diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-11-05 14:30:55 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-11-05 14:30:55 +0100 |
commit | cdef8a2ad1ec3c85a09c7eb92121e039d4260ae0 (patch) | |
tree | 9e07ed030116f75048d27c8465c4a63e5dc32c66 /officecfg | |
parent | 43f677c0f8e2824bb20f27f43b2b20bd95e552e8 (diff) |
Adds extra credits item to help menu
As agreed on yesterday, we want a dedicated credits document
displayed from the help menu. This is the UI/code change for that,
actual credits doc still missing.
Diffstat (limited to 'officecfg')
-rwxr-xr-x | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 440da5c2af88..01ce2a378484 100755 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4145,6 +4145,11 @@ <value xml:lang="en-US">License Information...</value> </prop> </node> + <node oor:name=".uno:Credits" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">%PRODUCTNAME Credits...</value> + </prop> + </node> <node oor:name=".uno:StatusBarVisible" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Status ~Bar</value> |