[Libreoffice-commits] core.git: sfx2/uiconfig

Akshay Deep akshaydeepiitr at gmail.com
Wed Jul 27 18:05:20 UTC 2016


 sfx2/uiconfig/ui/templatedlg.ui |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 982d96408e2222a3c1e30caa3432c5962a0dd13a
Author: Akshay Deep <akshaydeepiitr at gmail.com>
Date:   Wed Jul 27 15:34:44 2016 +0530

    tdf#101116 Template manager not correctly exposed to assistive technolgies
    
    Tooltips to work as labels
    
    Change-Id: Ie4637028b018a962ce8c59667c43ae4eee0fea74
    Reviewed-on: https://gerrit.libreoffice.org/27575
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui
index c4624f0..1602113 100644
--- a/sfx2/uiconfig/ui/templatedlg.ui
+++ b/sfx2/uiconfig/ui/templatedlg.ui
@@ -143,6 +143,7 @@
                   <object class="GtkEntry" id="search_filter">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="tooltip_text" translatable="yes">Search...</property>
                     <property name="placeholder_text" translatable="yes">Search...</property>
                   </object>
                   <packing>
@@ -290,6 +291,7 @@
                           <object class="GtkToolButton" id="action_menu">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
+                            <property name="tooltip_text" translatable="yes">Settings</property>
                             <property name="action_name">action_menu</property>
                             <property name="icon_name">sfx2/imglst/actionaction013.png</property>
                           </object>


More information about the Libreoffice-commits mailing list