Kaydet (Commit) 0e41564b authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Flip buttons: Make the tooltip an uno command property

Change-Id: I3d6984b3b51e7eb2affa7fafebf8b745e60b3f20
üst e746cf65
...@@ -4189,6 +4189,9 @@ ...@@ -4189,6 +4189,9 @@
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Flip Horizontally</value> <value xml:lang="en-US">Flip Horizontally</value>
</prop> </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"> <prop oor:name="Properties" oor:type="xs:int">
<value>1</value> <value>1</value>
</prop> </prop>
...@@ -4197,6 +4200,9 @@ ...@@ -4197,6 +4200,9 @@
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Flip Vertically</value> <value xml:lang="en-US">Flip Vertically</value>
</prop> </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"> <prop oor:name="Properties" oor:type="xs:int">
<value>1</value> <value>1</value>
</prop> </prop>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment