mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 15:21:57 +00:00
clarify NSGlobalDomain usage; explain that NSShowNonLocalizedStrings is more of a developer option (better to document here than not at all)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19815 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb93530d65
commit
f92157dcd0
1 changed files with 8 additions and 5 deletions
|
@ -43,8 +43,10 @@
|
||||||
<section>
|
<section>
|
||||||
<heading>GUI Library Defaults</heading>
|
<heading>GUI Library Defaults</heading>
|
||||||
<p>
|
<p>
|
||||||
Below is a list of <code>NSGlobalDomain</code> defaults used to
|
Below is a list of defaults used to control the gnustep-gui library.
|
||||||
control the gnustep-gui library.
|
You can set them either in <code>NSGlobalDomain</code>, to be used
|
||||||
|
everywhere, or in individual application domains, to be used for those
|
||||||
|
apps only.
|
||||||
</p>
|
</p>
|
||||||
<deflist>
|
<deflist>
|
||||||
<term>GSBackend</term>
|
<term>GSBackend</term>
|
||||||
|
@ -248,9 +250,10 @@
|
||||||
<term>NSShowNonLocalizedStrings</term>
|
<term>NSShowNonLocalizedStrings</term>
|
||||||
<desc>
|
<desc>
|
||||||
<p>
|
<p>
|
||||||
Default is "NO". If "YES", the application will display localization
|
This is mainly a developer option. If "YES", the application will
|
||||||
keys instead of strings in its UI. This can be useful during
|
display localization keys instead of strings in its UI. This can be
|
||||||
development to see where a given string in the UI is "coming from".
|
useful during development to see where a given string in the UI is
|
||||||
|
"coming from". Default is "NO".
|
||||||
</p>
|
</p>
|
||||||
</desc>
|
</desc>
|
||||||
<term><em>System Colors</em></term>
|
<term><em>System Colors</em></term>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue