summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJoren De Cuyper <jorendc@libreoffice.org>2014-03-07 23:56:28 +0100
committerMaxim Monastirsky <momonasmon@gmail.com>2014-04-06 13:32:31 -0500
commit7007e3952d6bb74bf8c6722df23ee746f773c72c (patch)
tree6460252e83709ee9eb84191493fa9f96f6433ee4 /starmath
parent0586bdc74813ef83504801d74800589f99c877b0 (diff)
fdo#72276 introduce .uno:ZoomMenu so we can split the menu entries/labels
Currently .uno:zoom is used for the topmenu and submenu. Deleting the '...' behind the text will delete it for both, which is not correct. Therefore I introduce .uno:ZoomMenu for the topmenu. Change-Id: I75bcae572be0cca7216c34d81e0b99f4c59c0aab Reviewed-on: https://gerrit.libreoffice.org/8503 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/uiconfig/smath/menubar/menubar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/uiconfig/smath/menubar/menubar.xml b/starmath/uiconfig/smath/menubar/menubar.xml
index 9fb97394164b..3468d436c085 100644
--- a/starmath/uiconfig/smath/menubar/menubar.xml
+++ b/starmath/uiconfig/smath/menubar/menubar.xml
@@ -89,7 +89,7 @@
<menu:menuitem menu:id=".uno:ZoomIn"/>
<menu:menuitem menu:id=".uno:ZoomOut"/>
<menu:menuitem menu:id=".uno:Adjust"/>
- <menu:menu menu:id=".uno:Zoom">
+ <menu:menu menu:id=".uno:ZoomMenu">
<menu:menupopup>
<menu:menuitem menu:id=".uno:Zoom50Percent"/>
<menu:menuitem menu:id=".uno:Zoom75Percent"/>