diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-22 12:36:14 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-24 20:48:21 +0200 |
commit | de01c0c1d0f80ffec3882625d77c02ab806f6c7a (patch) | |
tree | d8d0dd2e89a6b2549a50544d36a6ebd407a71512 /starmath/uiconfig | |
parent | e050ad6a1ac6f16721c4c174c3abb0caa584252d (diff) |
tdf#118148 Extended tips from HC2/shared/
These extended tips are extracted from <ahelp> in Help files
Only for ui files, where dialogs/widget pair could be determined.
Other forms of <ahelp hid=".."> such as .uno:.. and *HID* ... will
be addressed elswhere.
Change#1 Removed extended tips from GtkMenu of
svx/.../acceptrejectchangesdialog.ui
Change#2 Some empty ET's slipped in cui/macroselectdialog.ui
Change-Id: Ic8dc62734143f621fcd3c4156fc004f585630277
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101186
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/uiconfig')
-rw-r--r-- | starmath/uiconfig/smath/ui/catalogdialog.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/starmath/uiconfig/smath/ui/catalogdialog.ui b/starmath/uiconfig/smath/ui/catalogdialog.ui index 26679acfbe85..109d3d3c3950 100644 --- a/starmath/uiconfig/smath/ui/catalogdialog.ui +++ b/starmath/uiconfig/smath/ui/catalogdialog.ui @@ -47,6 +47,11 @@ <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="ok-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="catalogdialog|extended_tip|ok">Saves all changes and closes dialog.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -195,6 +200,11 @@ <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="preview-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="catalogdialog|extended_tip|preview">Displays a preview of the current selection.</property> + </object> + </child> </object> </child> </object> |