summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-13 09:13:40 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-13 09:16:46 +0100
commit0e41564b2fa5192ef1e8ec5e51ad3c04dfa52afd (patch)
tree74a377384f6312a99191221273e894745d861fe7 /officecfg
parente746cf656d71b78216b65c3352a8441829bbf6db (diff)
Flip buttons: Make the tooltip an uno command property
Change-Id: I3d6984b3b51e7eb2affa7fafebf8b745e60b3f20
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu6
1 files changed, 6 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 e7297aa95f0e..df59ee80d209 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -4189,6 +4189,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Flip Horizontally</value>
</prop>
+ <prop oor:name="TooltipLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Flip the selected object horizontally.</value>
+ </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
</prop>
@@ -4197,6 +4200,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Flip Vertically</value>
</prop>
+ <prop oor:name="TooltipLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Flip the selected object vertically.</value>
+ </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
</prop>