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 /svtools/uiconfig/ui/printersetupdialog.ui | |
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 'svtools/uiconfig/ui/printersetupdialog.ui')
-rw-r--r-- | svtools/uiconfig/ui/printersetupdialog.ui | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/svtools/uiconfig/ui/printersetupdialog.ui b/svtools/uiconfig/ui/printersetupdialog.ui index 354d7a7e441d..7a539cad7d27 100644 --- a/svtools/uiconfig/ui/printersetupdialog.ui +++ b/svtools/uiconfig/ui/printersetupdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.36.0 --> <interface domain="svt"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="PrinterSetupDialog"> @@ -41,6 +41,11 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="options-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printersetupdialog|extended_tip|options">Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -221,6 +226,11 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="properties-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printersetupdialog|extended_tip|properties">Changes the printer settings of your operating system for the current document.</property> + </object> + </child> </object> <packing> <property name="left_attach">2</property> @@ -232,6 +242,11 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="name-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printersetupdialog|extended_tip|name">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -266,8 +281,13 @@ <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> - <child> + <child type="titlebar"> <placeholder/> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="PrinterSetupDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printersetupdialog|extended_tip|PrinterSetupDialog">Select the default printer for the current document.</property> + </object> + </child> </object> </interface> |