diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:40:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:40:59 +0000 |
commit | 033c4981e654cde310c079df09ba48fca6ede3d2 (patch) | |
tree | ffef4df6a48f834ed334df35824b2e7a8b3d79e8 /officecfg | |
parent | 65d687beb46c791fc9f18eacd31b237945bd7429 (diff) |
INTEGRATION: CWS aquavcl05_DEV300 (1.40.68); FILE MERGED
2008/02/21 13:57:16 pl 1.40.68.4: #i79755# simplify ShowIconsInMenus
2008/02/19 18:25:15 pl 1.40.68.3: #i85963# add URLs for StartCenter
2008/02/14 15:50:46 pl 1.40.68.2: RESYNC: (1.40-1.41); FILE MERGED
2008/01/29 19:00:53 pl 1.40.68.1: #i79755# add macosx specific configuration
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index c04da5884c2f..0048b2878ac8 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -5,9 +5,9 @@ * * $RCSfile: Common.xcu,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: vg $ $Date: 2008-02-12 17:25:43 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:40:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -108,8 +108,21 @@ <value xml:lang="zh-TW">13</value> </prop> </node> + <node oor:name="Menu"> + <prop oor:name="ShowIconsInMenues" install:module="macosx"> + <value>false</value> + </prop> + </node> </node> <node oor:name="Help"> + <node oor:name="StartCenter"> + <prop oor:name="AddFeatureURL" oor:type="xs:string"> + <value>${STARTCENTER_ADDFEATURE_URL}</value> + </prop> + <prop oor:name="InfoURL" oor:type="xs:string"> + <value>${STARTCENTER_INFO_URL}</value> + </prop> + </node> <node oor:name="Registration"> <prop oor:name="TemplateURL"> <value>${REGISTRATIONURL}</value> @@ -125,6 +138,7 @@ </node> <prop oor:name="System"> <value install:module="unx">UNIX</value> + <value install:module="macosx">UNIX</value> <value install:module="wnt">WIN</value> </prop> </node> |