mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 03:22:48 -05:00
Fix Rockbox Utility build on W32.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22260 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ceccec503e
commit
e9d81ba089
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ QString check(bool permission)
|
||||||
if(permission)
|
if(permission)
|
||||||
{
|
{
|
||||||
#if defined(Q_OS_WIN32)
|
#if defined(Q_OS_WIN32)
|
||||||
if(Detect::userPermissions() != Detect::ADMIN)
|
if(System::userPermissions() != System::ADMIN)
|
||||||
{
|
{
|
||||||
text += QObject::tr("<li>Permissions insufficient for bootloader "
|
text += QObject::tr("<li>Permissions insufficient for bootloader "
|
||||||
"installation.\nAdministrator priviledges are necessary.</li>");
|
"installation.\nAdministrator priviledges are necessary.</li>");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue