summaryrefslogtreecommitdiff
path: root/officecfg
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 /officecfg
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 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu5
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 35303c321ef6..548f9aad2fe1 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1280,6 +1280,11 @@
<value>9</value>
</prop>
</node>
+ <node oor:name=".uno:ZoomMenu" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">~Zoom</value>
+ </prop>
+ </node>
<node oor:name=".uno:Zoom" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Zoom...</value>