From 80f9ad9011843dbc9d166147402366438bcfe29a Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Wed, 13 Jul 2016 15:52:26 +0200 Subject: Make TooltipLabel default to PopupLabel Because we often have similiar tooltip and menu names. Change-Id: I0ab66269b0b1f2985f23cf92289b3da69b6ddfd3 Reviewed-on: https://gerrit.libreoffice.org/27186 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'officecfg/registry/schema') diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs index 54714b6fa088..678bea7545f8 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs @@ -43,7 +43,7 @@ - Used for Tooltips (Toolbar and Glade Widgets that have their 'action_name' specified.) + Used for Tooltips (Toolbar and Glade Widgets that have their 'action_name' specified.). Defaults to PopupLabel, then Label if empty. -- cgit