officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 31f4173f9dd06ee2083763d5f8029f08e12e0cd7 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Tue May 17 18:06:06 2022 +0200 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Thu May 19 23:42:03 2022 +0200 tdf#149047 add tooltip to uno:InsertObjCtrl and improve label This .uno provides a dropdown menu, if insertobjectbar.xml exists. It is barely used, so have only changed the appearance in the toolbar and the Customize menu. Have not added a ContextLabel, but might be necessary if used in a menu. The change is made as part of identifying "Objects" in the UI as "OLE Objects" (when appropriate, see tdf#149018 Change-Id: Ia6c796e9f88e1731e155390b267aaa30336655e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134443 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 2ce11a00aa61..1dad35cc2190 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -922,7 +922,10 @@ </node> <node oor:name=".uno:InsertObjCtrl" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Insert Object Menu</value> + <value xml:lang="en-US">OLE Object Insert Menu</value> + </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Insert OLE Object</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value>