mirror of https://github.com/BOINC/boinc.git
Mac Uninstaller: fix cosmetic bug
svn path=/trunk/boinc/; revision=18525
This commit is contained in:
parent
8f2c342d65
commit
d8fb79672c
|
@ -6089,7 +6089,8 @@ Rom 29 June 2009
|
|||
boinccas95.dll
|
||||
|
||||
Charlie 29 June 2009
|
||||
- Mac Uninstaller: add blank lines between items user should delete.
|
||||
- Mac Uninstaller: add blank lines between items user should delete;
|
||||
fix cosmetic bug.
|
||||
|
||||
mac_installer/
|
||||
uninstall.cpp
|
||||
|
|
|
@ -100,7 +100,7 @@ int main(int argc, char *argv[])
|
|||
} else {
|
||||
// Grid Republic uses generic dialog with Uninstall application's icon
|
||||
cancelled = ! ShowMessage(true, "Are you sure you want to completely remove %s from your computer?\n\n"
|
||||
"This will remove the executables but will not touch %s data files.", p);
|
||||
"This will remove the executables but will not touch %s data files.", p, p);
|
||||
}
|
||||
|
||||
if (! cancelled)
|
||||
|
|
Loading…
Reference in New Issue