[Libreoffice-bugs] [Bug 124287] Notebookbar tabbed : wrong insert field tooltip

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Mar 23 11:38:07 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=124287

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tietze.heiko at gmail.com,
                   |                            |xiscofauli at libreoffice.org

--- Comment #1 from Julien Nabet <serval2412 at yahoo.fr> ---
Heiko/Xisco: thought about this patch (for Calc part)
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui
b/sc/uiconfig/scalc/ui/notebookbar.ui
index 678e0756c0c6..a3051307c157 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -5047,7 +5047,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
-                            <property
name="action_name">.uno:DesignerDialog</property>
+                            <property
name="action_name">.uno:FieldMenu</property>
                             <property name="image">paragraphstylei</property>
                             <property name="relief">none</property>
                             <property name="use_underline">True</property>
diff --git a/sc/uiconfig/scalc/ui/notebookbar_compact.ui
b/sc/uiconfig/scalc/ui/notebookbar_compact.ui
index ac6e9c0f97d9..717bd90f584f 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_compact.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_compact.ui
@@ -4168,7 +4168,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
-                            <property
name="action_name">.uno:DesignerDialog</property>
+                            <property
name="action_name">.uno:FieldMenu</property>
                             <property name="image">paragraphstylei</property>
                             <property name="relief">none</property>
                             <property name="use_underline">True</property>

Any thoughts?

Indeed, I din't find anything in
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu which
could fit more.
Or perhaps we should add an "Insert Field" block in this file so we may have a
more adequate tooltip?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190323/1fc51f93/attachment-0001.html>


More information about the Libreoffice-bugs mailing list