mirror of https://github.com/BOINC/boinc.git
- Mac Uninstaller: add blank lines between items user should delet
svn path=/trunk/boinc/; revision=18522
This commit is contained in:
parent
1f4aead6f9
commit
4d1b648cab
|
@ -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
|
||||
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue