Fix bug handling absolute path config.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36369 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-03-16 15:34:59 +00:00
parent 56fe24c831
commit b2459bcf96
3 changed files with 14 additions and 7 deletions

View file

@ -856,9 +856,10 @@ MyApp.app/MyApp
</p>
<p>
The defaults database for a user is stored in the
subdirectory of the users home directory given by
GNUSTEP_USER_DEFAULTS_DIR (by default, the
<code>GNUstep/Defaults</code> subdirectory).
location given by GNUSTEP_USER_DEFAULTS_DIR in the
config file. This is usually a relative path (default, the
<code>GNUstep/Defaults</code> subdirectory) taken to specify
a subdirectory of the user's home directory.<br />
On mswindows this may be set to be ':REGISTRY:' to have defaults
stored in the windows registry rather than in the standard file
format.<br />