summaryrefslogtreecommitdiffstats
path: root/officecfg/registry/schema/org/openoffice/Office/UI
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-12 17:04:36 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-12 17:13:14 +0100
commit9c2f197e8e945f584e718e889938c06fbf644897 (patch)
tree1f1cda9888862f35f13d62aca72b5e2eac314b5e /officecfg/registry/schema/org/openoffice/Office/UI
parentResolves: tdf#93317 Modified Document Dialog misses focus on Gtk3 (diff)
downloadcore-9c2f197e8e945f584e718e889938c06fbf644897.tar.gz
core-9c2f197e8e945f584e718e889938c06fbf644897.zip
Add a new TooltipLabel property for uno commands
This allows buttons to have different labels and tooltips. Change-Id: Icbc3fe5f3b4db8a2e6b7177c21341f2df3520f19
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/UI')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs11
1 files changed, 8 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs
index 85460d2cbc37..1fec9f765777 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs
@@ -28,17 +28,22 @@
</info>
<prop oor:name="Label" oor:type="xs:string" oor:localized="true">
<info>
- <desc>A localized text that describes the command or identifier. Can be used as a label inside a menu or as short tool tip help.</desc>
+ <desc>A localized text that describes the command. Will be used instead of ContextLabel, PopupLabel and TooltipLabel if those are not specified.</desc>
</info>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string" oor:localized="true">
<info>
- <desc>A localized text that describes the identifier of a command in a structured menu. </desc>
+ <desc>Used in Menus and also in popup menus if PopupLabel is not specified.</desc>
</info>
</prop>
<prop oor:name="PopupLabel" oor:type="xs:string" oor:localized="true">
<info>
- <desc>A localized text that describes the identifier of a command in a popup menu.</desc>
+ <desc>Used in popup menus to give commands a different label than in the main menu.</desc>
+ </info>
+ </prop>
+ <prop oor:name="TooltipLabel" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Used for Tooltips (Toolbar and Glade Widgets that have their 'action_name' specified.)</desc>
</info>
</prop>
<prop oor:name="Properties" oor:type="xs:int" oor:nillable="false">