mirror of https://github.com/BOINC/boinc.git
Mac Uninstaller: Display new image in "Are you sure" dialog showing new BOINC logo going into the trash for non-English speaking users
svn path=/trunk/boinc/; revision=13421
This commit is contained in:
parent
8da726aa13
commit
74d7e474b9
|
@ -8024,3 +8024,14 @@ Rom 20 Aug 2007
|
|||
screensaver_win.cpp
|
||||
clientscr/res/
|
||||
boinc.bmp
|
||||
|
||||
Charlie 20 Aug 2007
|
||||
Mac Uninstaller: Display new image in "Are you sure" dialog showing new
|
||||
BOINC logo going into the trash for non-English speaking users.
|
||||
|
||||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
mac_installer/
|
||||
uninstall.cpp
|
||||
Uninstaller.rsrc
|
||||
|
|
|
@ -96,8 +96,9 @@ int main(int argc, char *argv[])
|
|||
p = strchr(appName, ' ');
|
||||
p += 1; // Point to brand name following "Uninstall "
|
||||
|
||||
cancelled = ! ShowMessage(true, "Are you sure you want to completely remove %s and all its data from your computer?\n\n"
|
||||
"Any unreported results will be lost.", p);
|
||||
cancelled = (Alert(128, NULL) == cancel);
|
||||
// cancelled = ! ShowMessage(true, "Are you sure you want to completely remove %s and all its data from your computer?\n\n"
|
||||
// "Any unreported results will be lost.", p);
|
||||
|
||||
if (! cancelled)
|
||||
err = DoPrivilegedExec(p, pathToSelf, "--privileged", NULL, NULL, NULL, NULL);
|
||||
|
|
Loading…
Reference in New Issue