| commit | c8200675c7fd6550c78b20b7c87ebf03047bb6d4 | [log] |
|---|---|---|
| author | Yousuf Philips <philipz85@hotmail.com> | Wed Jun 08 16:30:34 2016 +0400 |
| committer | Yousuf Philips <philipz85@hotmail.com> | Thu Jun 09 19:33:00 2016 +0000 |
| tree | 320b67a706199d69bbb7b045206583b7384710cd | |
| parent | de4c5283ac475c0eec757057471fc75d3f933576 [diff] |
tdf#91781 tweak to Writer's insert menu Change-Id: Id099a1f393fa115faf53899f94db5d53f3daa849 Reviewed-on: https://gerrit.libreoffice.org/26062 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 01fa906..aaad92c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3261,7 +3261,7 @@ </node> <node oor:name=".uno:InsertLinkMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Link</value> <value xml:lang="en-US">~Bookmark and Cross-reference</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value>
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml b/sw/uiconfig/swriter/menubar/menubar.xml index 309a486..31f2d77 100644 --- a/sw/uiconfig/swriter/menubar/menubar.xml +++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -259,9 +259,9 @@ </menu:menu> <menu:menuitem menu:id=".uno:InsertCaptionDialog"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:HyperlinkDialog"/> <menu:menu menu:id=".uno:InsertLinkMenu"> <menu:menupopup> <menu:menuitem menu:id=".uno:HyperlinkDialog"/> <menu:menuitem menu:id=".uno:InsertBookmark"/> <menu:menuitem menu:id=".uno:InsertReferenceField"/> </menu:menupopup>