officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 5d3f27c536e514523cfe85b26fa98da87ab984c4 Author: Noel Grandin <[email protected]> Date: Tue May 23 16:02:53 2017 +0200 tdf#107971 - 'Shapes' text is gone from Modify menu Regression from commit f5738518a6ff5321d4d35d9bed4a640ae0a6ae9a "remove unhandled SID commands from svx" Change-Id: I78345c14fd899f19fa5134a6ada493e1f151d061 Reviewed-on: https://gerrit.libreoffice.org/37954 Tested-by: Jenkins <[email protected]> Reviewed-by: Maxim Monastirsky <[email protected]> (cherry picked from commit 161b42efa95ac353fe0f800b2dea5ac495e8a55a) Reviewed-on: https://gerrit.libreoffice.org/37958 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 7f3830bdfd35..30f7bfafb929 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6032,6 +6032,11 @@ <value xml:lang="en-US">Alig~n</value> </prop> </node> + <node oor:name=".uno:PolyFormen" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">~Shapes</value> + </prop> + </node> <node oor:name=".uno:Scan" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Scan</value> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
