summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-05 16:54:05 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-05 16:54:05 +0000
commit59e289c9d269791a5f2d5528a50556ab4c2cc382 (patch)
treec686287133f86a7046dbfdaba3e8567c47e4004e /officecfg
parent8b9bca50377b4aafd7d5399475508dfd6bbf4346 (diff)
INTEGRATION: CWS iconswitching1 (1.107.122); FILE MERGED
2005/11/30 13:19:59 kendy 1.107.122.5: RESYNC: (1.108-1.110); FILE MERGED 2005/11/04 14:56:01 kendy 1.107.122.4: #i36518# Save the names of the themes in the configuration file (instead of numbers). 2005/11/01 09:41:14 kendy 1.107.122.3: RESYNC: (1.107-1.108); FILE MERGED 2005/07/21 18:17:18 kendy 1.107.122.2: #i36518# Disabled the Crystal icon theme for now, it's not in the OOo CVS. 2005/07/20 14:23:19 kendy 1.107.122.1: #i36518# Saving of the state when switching icons
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs41
1 files changed, 38 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 268fb028f679..bf6324908246 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5,9 +5,9 @@
*
* $RCSfile: Common.xcs,v $
*
- * $Revision: 1.111 $
+ * $Revision: 1.112 $
*
- * last change: $Author: obo $ $Date: 2005-12-21 15:02:40 $
+ * last change: $Author: kz $ $Date: 2006-01-05 17:54:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -4914,7 +4914,7 @@ Dymamic border coloring means that when the mouse is hovered over a control, and
<!-- UIHints: Tools Options General View -->
<info>
<author>MBA</author>
- <desc>Specifies which symbol set is used for the toolbars.</desc>
+ <desc>Specifies which size of the symbols is used for the toolbars.</desc>
</info>
<constraints>
<enumeration oor:value="0">
@@ -4930,6 +4930,41 @@ Dymamic border coloring means that when the mouse is hovered over a control, and
</constraints>
<value>0</value>
</prop>
+ <prop oor:name="SymbolsStyle" oor:type="xs:string">
+ <!-- UIHints: Tools Options General View -->
+ <info>
+ <author>kendy</author>
+ <desc>Specifies which style of the symbols is used for the toolbars, menus, etc.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="auto">
+ <info>
+ <desc>Automatic, chosen according to the desktop</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="default">
+ <info>
+ <desc>Default - the OpenOffice.org default theme</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="hicontrast">
+ <info>
+ <desc>HiContrast</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="industrial">
+ <info>
+ <desc>Industrial - the Gnome default theme</desc>
+ </info>
+ </enumeration>
+ <!--enumeration oor:value="crystal">
+ <info>
+ <desc>Crystal - the KDE default theme</desc>
+ </info>
+ </enumeration-->
+ </constraints>
+ <value>auto</value>
+ </prop>
<prop oor:name="ToolboxStyle" oor:type="xs:short">
<!-- UIHints: Tools Options General View -->
<info>