[Libreoffice-commits] core.git: officecfg/registry
Heiko Tietze (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 15 13:53:07 UTC 2019
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 11 ++++++++++
1 file changed, 11 insertions(+)
New commits:
commit c96707fa8d3a81e0c2f425db2029f65b3481aa27
Author: Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Mon Jul 15 13:39:50 2019 +0200
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Mon Jul 15 15:52:01 2019 +0200
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 at documentfoundation.org>
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>
More information about the Libreoffice-commits
mailing list