diff options
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 2b9f618bdcd0..0650d7188562 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.131 $ + * $Revision: 1.132 $ * - * last change: $Author: ihi $ $Date: 2007-04-16 15:35:19 $ + * last change: $Author: ihi $ $Date: 2007-06-04 14:50:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -5292,7 +5292,7 @@ Dymamic border coloring means that when the mouse is hovered over a control, and </enumeration> <enumeration oor:value="industrial"> <info> - <desc>Industrial - the Gnome default theme</desc> + <desc>Industrial</desc> </info> </enumeration> <enumeration oor:value="crystal"> @@ -5300,6 +5300,11 @@ Dymamic border coloring means that when the mouse is hovered over a control, and <desc>Crystal - the KDE default theme</desc> </info> </enumeration> + <enumeration oor:value="tango"> + <info> + <desc>Tango - the Gnome default theme</desc> + </info> + </enumeration> </constraints> <value>auto</value> </prop> |