diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2013-04-26 21:56:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-05 11:40:37 +0100 |
commit | a1b7295260b0293ebf7d89bd84806b5b52aa07a4 (patch) | |
tree | ed90278b50b30ed9f90576fb4455fd49754ca123 /officecfg | |
parent | 6e426582ec76be20c08d71ad7399b1bd008dfc75 (diff) |
Specify an icon for ".uno:ExtendedHelp"
(cherry picked from commit 52a0a12e677e96ae0df70a710c3e10f00c8abf4b)
Conflicts:
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
Change-Id: If5da2911b3ca94b93e09917f74640ff5ac9f75f3
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 |
1 files changed, 3 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 bbed900702ed..dbdc93ac1d9b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1505,6 +1505,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">What's ~This?</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:ActiveHelp" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |