diff -r 52e8c820d0dd -r c679fb30c8f3 Documentation/Source/index-eric4.Preferences.html --- a/Documentation/Source/index-eric4.Preferences.html Mon Dec 28 18:31:37 2009 +0000 +++ b/Documentation/Source/index-eric4.Preferences.html Wed Dec 30 15:40:33 2009 +0000 @@ -27,10 +27,9 @@ The preferences interface consists of a class, which defines the default values for all configuration items and stores the actual values. These values are read and written to the eric4 preferences file by module -functions. On Windows the data is located in the registry, everywhere -else it is stored in a file in a subdirectory of the users home directory. -The individual configuration data is accessed by accessor functions defined -on the module level. The module is simply imported wherever it is needed +functions. The data is stored in a file in a subdirectory of the users home +directory. The individual configuration data is accessed by accessor functions +defined on the module level. The module is simply imported wherever it is needed with the statement 'import Preferences'. Do not use 'from Preferences import *' to import it. </p>