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.he...@gmail.com> AuthorDate: Thu Sep 13 10:25:02 2018 +0200 Commit: Heiko Tietze <tietze.he...@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.he...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits