diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2019-07-15 13:39:50 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2019-07-15 15:52:01 +0200 |
commit | c96707fa8d3a81e0c2f425db2029f65b3481aa27 (patch) | |
tree | da3561c0b9901f478dba6fdd52195f404f5f24c5 /officecfg | |
parent | fc1b213d157afa57704cec5a0fb65ae8c11d7822 (diff) |
tdf#125783 - .uno:WhatsNew command lacks name and tooltip
Label and tooltip added to GenericCommands
Change-Id: I292c377aed146196f1a9c3cc92f122b9b14c9b70
Reviewed-on: https://gerrit.libreoffice.org/75632
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 11 |
1 files changed, 11 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 52169ed4234b..d2a593275465 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5193,6 +5193,17 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:WhatsNew" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">What's New</value> + </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Open the release notes for the installed version in the default browser</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> <node oor:name=".uno:ShowLicense" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">License Information</value> |