From 4d1b648cab078d5eb0a8371fc415b58cd307febc Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 30 Jun 2009 05:52:43 +0000 Subject: [PATCH] - Mac Uninstaller: add blank lines between items user should delet svn path=/trunk/boinc/; revision=18522 --- checkin_notes | 7 +++++++ mac_installer/uninstall.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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;