mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
56fe24c831
commit
b2459bcf96
3 changed files with 14 additions and 7 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue