From ccf2d08a00a98d913807b68a1d209e2eeb848343 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 27 Jul 2008 21:18:38 +0000 Subject: [PATCH] clarifications, plus vista notes --- build/shared/lib/preferences.txt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/build/shared/lib/preferences.txt b/build/shared/lib/preferences.txt index ff6a83e02..ab79cca97 100755 --- a/build/shared/lib/preferences.txt +++ b/build/shared/lib/preferences.txt @@ -4,12 +4,22 @@ # These are the default preferences. If you want to modify # them directly, use the per-user local version of the file: -# Documents and Settings -> Application Data -> -# Processing -> preferences.txt (on windows) +# Documents and Settings -> [username] -> Application Data -> +# Processing -> preferences.txt (on Windows XP) -# ~/Library -> Processing -> preferences.txt (on macosx) +# Users -> [username] -> AppData -> Roaming -> +# Processing -> preferences.txt (on Windows Vista) -# ~/.processing -> preferences.txt (on linux) +# ~/Library -> Processing -> preferences.txt (on Mac OS X) + +# ~/.processing -> preferences.txt (on Linux) + +# The exact location of your preferences file can be found at +# the bottom of the Preferences window inside Processing. + +# Because AppData and Application Data may be considered +# hidden or system folders on Windows, you'll have to ensure +# that they're visible in order to get at preferences.txt # You'll have problems running Processing if you incorrectly # modify lines in this file.