[Libreoffice-commits] core.git: officecfg/registry sd/uiconfig
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 13 10:42:57 UTC 2018
officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 5 ++++-
sd/uiconfig/sdraw/popupmenu/draw.xml | 1 +
sd/uiconfig/simpress/popupmenu/draw.xml | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
New commits:
commit ecf987682881258774f4ec1644474beae3366abe
Author: heiko tietze <tietze.heiko at gmail.com>
AuthorDate: Thu Sep 13 10:25:02 2018 +0200
Commit: Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Thu Sep 13 12:42:32 2018 +0200
tdf#119689 - Missing interactive gradient tool
Command added to the context menu of Draw and Impress
Caption and tooltip slightly adjusted for a more clear communication
Change-Id: Id5ce9c07f949a4e6b99082ccb3a511960b59725c
Reviewed-on: https://gerrit.libreoffice.org/60425
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 35e44d3c176b..2209262bfbca 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -1180,7 +1180,10 @@
</node>
<node oor:name=".uno:InteractiveGradient" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Gradient</value>
+ <value xml:lang="en-US">Gradient tool</value>
+ </prop>
+ <prop oor:name="TooltipLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Interacive gradient tool</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/sd/uiconfig/sdraw/popupmenu/draw.xml b/sd/uiconfig/sdraw/popupmenu/draw.xml
index 36c785f98519..f27c74679a85 100644
--- a/sd/uiconfig/sdraw/popupmenu/draw.xml
+++ b/sd/uiconfig/sdraw/popupmenu/draw.xml
@@ -15,6 +15,7 @@
<menu:menuitem menu:id=".uno:TransformDialog"/>
<menu:menuitem menu:id=".uno:FormatLine"/>
<menu:menuitem menu:id=".uno:FormatArea"/>
+ <menu:menuitem menu:id=".uno:InteractiveGradient"/>
<menu:menuseparator/>
<menu:menu menu:id=".uno:ObjectAlign">
<menu:menupopup>
diff --git a/sd/uiconfig/simpress/popupmenu/draw.xml b/sd/uiconfig/simpress/popupmenu/draw.xml
index a6778adc14a7..c29667e3904f 100644
--- a/sd/uiconfig/simpress/popupmenu/draw.xml
+++ b/sd/uiconfig/simpress/popupmenu/draw.xml
@@ -15,6 +15,7 @@
<menu:menuitem menu:id=".uno:TransformDialog"/>
<menu:menuitem menu:id=".uno:FormatLine"/>
<menu:menuitem menu:id=".uno:FormatArea"/>
+ <menu:menuitem menu:id=".uno:InteractiveGradient"/>
<menu:menuseparator/>
<menu:menu menu:id=".uno:ObjectAlign">
<menu:menupopup>
More information about the Libreoffice-commits
mailing list