officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu | 7 +------ starmath/uiconfig/smath/menubar/menubar.xml | 1 - starmath/uiconfig/smath/ui/dockingelements.ui | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-)
New commits: commit edf3c40421c193a0603d220d50320c9953cfb9ed Author: Adolfo Jayme Barrientos <[email protected]> Date: Wed May 13 04:41:18 2015 -0500 tdf#68871 Nuke old Elements box from menu, rename new pane Change-Id: I22301e72a8cb8d11ad35ea63e6361b56e7c7e867 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu index fc99e06..eda6c08 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu @@ -151,14 +151,9 @@ <value>1</value> </prop> </node> - <node oor:name=".uno:ToolBox" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Elements</value> - </prop> - </node> <node oor:name=".uno:ElementsDockingWindow" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Elements Dock</value> + <value xml:lang="en-US">Elements</value> </prop> </node> <node oor:name=".uno:FormelCursor" oor:op="replace"> diff --git a/starmath/uiconfig/smath/menubar/menubar.xml b/starmath/uiconfig/smath/menubar/menubar.xml index 3468d43..5a8edbb 100644 --- a/starmath/uiconfig/smath/menubar/menubar.xml +++ b/starmath/uiconfig/smath/menubar/menubar.xml @@ -80,7 +80,6 @@ <menu:menuitem menu:id=".uno:AvailableToolbars"/> <menu:menuitem menu:id=".uno:StatusBarVisible"/> <menu:menuitem menu:id=".uno:ShowImeStatusWindow"/> - <menu:menuitem menu:id=".uno:ToolBox"/> <menu:menuitem menu:id=".uno:ElementsDockingWindow"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:TaskPane"/> diff --git a/starmath/uiconfig/smath/ui/dockingelements.ui b/starmath/uiconfig/smath/ui/dockingelements.ui index b963054..79dd567 100644 --- a/starmath/uiconfig/smath/ui/dockingelements.ui +++ b/starmath/uiconfig/smath/ui/dockingelements.ui @@ -8,7 +8,7 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="border_width">6</property> - <property name="title" translatable="yes">Elements Dock</property> + <property name="title" translatable="yes">Elements</property> <property name="type_hint">dock</property> <child> <object class="GtkGrid" id="grid1"> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
