diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 13:22:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 13:22:47 +0000 |
commit | e0e77f0e67350ab37b660e97021ba40221a76f3b (patch) | |
tree | 2eda3a7e229029e5adfbce35bb126f320fb8baa0 /officecfg/registry | |
parent | aac338b1302acaae0b7141ce9cda8d2d1b9d7c4d (diff) |
INTEGRATION: CWS iconswitching2 (1.112.8); FILE MERGED
2006/01/31 20:01:34 kendy 1.112.8.2: #i60434#
Changed the configuration key name from SymbolsStyle to SymbolStyle.
2006/01/16 18:20:54 kendy 1.112.8.1: #i60434#
Make use of Crystal icons.
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index bf6324908246..de01ba5013db 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.112 $ + * $Revision: 1.113 $ * - * last change: $Author: kz $ $Date: 2006-01-05 17:54:05 $ + * last change: $Author: rt $ $Date: 2006-02-09 14:22:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -4930,7 +4930,7 @@ 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"> + <prop oor:name="SymbolStyle" oor:type="xs:string"> <!-- UIHints: Tools Options General View --> <info> <author>kendy</author> @@ -4957,11 +4957,11 @@ Dymamic border coloring means that when the mouse is hovered over a control, and <desc>Industrial - the Gnome default theme</desc> </info> </enumeration> - <!--enumeration oor:value="crystal"> + <enumeration oor:value="crystal"> <info> <desc>Crystal - the KDE default theme</desc> </info> - </enumeration--> + </enumeration> </constraints> <value>auto</value> </prop> |