OSDN Git Service

Make sure the user has "admin" privileges before checking for updates, because it...
authorLoRd_MuldeR <mulder2@gmx.de>
Mon, 16 Dec 2013 17:07:45 +0000 (18:07 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Mon, 16 Dec 2013 17:07:45 +0000 (18:07 +0100)
commit0b1644e28727e175c6b6c84b31e41e88d5c98089
treec04f6639474f56f474db0e90e111898157073982
parentf6a5ebbde6cabaf2b26d84cb35bf3d4c25d114f3
Make sure the user has "admin" privileges before checking for updates, because it's kind of pointless to download the update if you won't be able install it anyway. This is especially important for Windows XP, where we don't have UAC. Note that UAC implies "admin" privileges, because the installer process will be elevated as needed - even if the current user is *not* an administrator.
29 files changed:
etc/Translation/Blank.ts
etc/Translation/LameXP_DE.ts
etc/Translation/LameXP_ES.ts
etc/Translation/LameXP_FR.ts
etc/Translation/LameXP_IT.ts
etc/Translation/LameXP_KR.ts
etc/Translation/LameXP_PL.ts
etc/Translation/LameXP_RU.ts
etc/Translation/LameXP_SV.ts
etc/Translation/LameXP_TW.ts
etc/Translation/LameXP_UK.ts
etc/Translation/LameXP_ZH.ts
res/Icons.qrc
res/icons/shield_blue.png [new file with mode: 0644]
res/localization/LameXP_DE.qm
res/localization/LameXP_ES.qm
res/localization/LameXP_FR.qm
res/localization/LameXP_IT.qm
res/localization/LameXP_KR.qm
res/localization/LameXP_PL.qm
res/localization/LameXP_RU.qm
res/localization/LameXP_SV.qm
res/localization/LameXP_TW.qm
res/localization/LameXP_UK.qm
res/localization/LameXP_ZH.qm
src/Config.h
src/Dialog_Update.cpp
src/Global.h
src/Global_Win32.cpp