Mac Uninstaller: fix cosmetic bug

svn path=/trunk/boinc/; revision=18525
This commit is contained in:
Charlie Fenton 2009-06-30 06:17:55 +00:00
parent 8f2c342d65
commit d8fb79672c
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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)