- Mac Uninstaller: add blank lines between items user should delet

svn path=/trunk/boinc/; revision=18522
This commit is contained in:
Charlie Fenton 2009-06-30 05:52:43 +00:00
parent 1f4aead6f9
commit 4d1b648cab
2 changed files with 8 additions and 1 deletions

View File

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

View File

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