officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0a703b615b8fec592304d9060aab9c77d0ced02c
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Wed Apr 5 12:14:43 2023 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Wed Apr 5 16:03:31 2023 +0200

    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 <sdc.bla...@youmail.dk>

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 @@
         <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">~Index Entry...</value>
         </prop>
+        <prop oor:name="TooltipLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Insert Index Entry</value>
+        </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
         </prop>

Reply via email to