From 0a703b615b8fec592304d9060aab9c77d0ced02c Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Wed, 5 Apr 2023 12:14:43 +0200 Subject: tdf#153847 add tooltip for Insert Index Entry According to officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs, TooltipLabel is supposed to default to Label if PopupLabel is empty, but in practice it seems TooltipLabel also defaults to ContextLabel when TooltipLabel is empty, so this patch adds back the original TooltipLabel, which is different from the ContextLabel, and is needed primarily for some toolbars. Change-Id: I538bb4d75ce9a5141c292408c3f670d4524f2069 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149986 Tested-by: Jenkins Reviewed-by: Seth Chaiklin --- officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 +++ 1 file changed, 3 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 587f45e841fd..b5db1d6122a4 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -798,6 +798,9 @@ ~Index Entry... + + Insert Index Entry + 1 -- cgit