diff --git a/checkin_notes b/checkin_notes index 3dd095d9ea..320c131f61 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/mac_installer/uninstall.cpp b/mac_installer/uninstall.cpp index 6da549cae9..8aca8e44b0 100644 --- a/mac_installer/uninstall.cpp +++ b/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)