summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2002-11-26 14:21:03 +0000
committerStephan Bergmann <sb@openoffice.org>2002-11-26 14:21:03 +0000
commit83f61c878d0078922088288b2c9c983a7e7c104f (patch)
treed9e9f698a1c87190d6ea2a354ec5b1fddfee2a06 /officecfg
parent72c120e17936d562d783ba76561bf001c2711231 (diff)
#92031# Added I18N/InputMethod group.
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs20
1 files changed, 18 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 8d4ec13dfdc3..98470c045339 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Common.xcs,v $
*
- * $Revision: 1.61 $
+ * $Revision: 1.62 $
*
- * last change: $Author: as $ $Date: 2002-11-26 11:01:07 $
+ * last change: $Author: sb $ $Date: 2002-11-26 15:21:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -4818,6 +4818,22 @@
<author>OS</author>
<desc xml:lang="en-US">Contains various language/localization specific settings.</desc>
</info>
+ <group oor:name="InputMethod">
+ <info>
+ <author>PL</author>
+ <desc xml:lang="en-US">Contains settings for (language/localization specific) input methods.</desc>
+ </info>
+ <prop oor:name="ShowStatusWindow" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">
+ Currently, this entry only controls the behavior of the IIIMP status window on Unix.
+ If true, the status window is always displayed.
+ If false, the status window is never displayed.
+ If nil (the default), the status window is displayed depending on the current locale.
+ </desc>
+ </info>
+ </prop>
+ </group>
<group oor:name="CJK">
<info>
<desc xml:lang="en-US">Contains settings for the Asian languages (Chinese, Japanese, Korean,...) layout.</desc>