diff --git a/checkin_notes b/checkin_notes index 0e0b75f0e4..09c3dfb56e 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6087,3 +6087,10 @@ Rom 29 June 2009 win_build/installerv2/redist/Windows/x64/ boinccas.dll boinccas95.dll + +Charlie 29 June 2009 + - Mac Uninstaller: add blank lines between items user should delete. + + mac_installer/ + uninstall.cpp + \ No newline at end of file diff --git a/mac_installer/uninstall.cpp b/mac_installer/uninstall.cpp index 47ebfb286a..6da549cae9 100644 --- a/mac_installer/uninstall.cpp +++ b/mac_installer/uninstall.cpp @@ -119,7 +119,7 @@ int main(int argc, char *argv[]) ShowMessage(false, "An error occurred: error code %d", err); else ShowMessage(false, "Removal completed.\n\n You may want to remove the following remaining items using the Finder: \n" - "\"/Library/Application Support/BOINC Data\" directory and, for each user, the file\n" + "\"/Library/Application Support/BOINC Data\" directory\n\nfor each user, the file\n" "\"/Users/[username]/Library/Preferences/BOINC Manager Preferences\"."); return err;