diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-27 09:35:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-28 09:40:38 +0100 |
commit | 6a0686e843204ef657cb3fdbd785f6f8ef206c64 (patch) | |
tree | 4e9f9f935ab68a60caffb7bcc21419a619278c4f /sw/uiconfig/swriter/ui | |
parent | ec7f0c0d5a7c672ac745671d3fbec51200f8a871 (diff) |
sneaky uppercase OK,CANCEL,HELP responses
Change-Id: I02324d31822c37daa1e5e1b8c87aa597def58957
Reviewed-on: https://gerrit.libreoffice.org/50437
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/titlepage.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/uiconfig/swriter/ui/titlepage.ui b/sw/uiconfig/swriter/ui/titlepage.ui index 3a4477f4fac5..d31c80ecc071 100644 --- a/sw/uiconfig/swriter/ui/titlepage.ui +++ b/sw/uiconfig/swriter/ui/titlepage.ui @@ -25,7 +25,7 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="PB_OK"> + <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -40,7 +40,7 @@ </packing> </child> <child> - <object class="GtkButton" id="PB_CANCEL"> + <object class="GtkButton" id="cancel"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -54,7 +54,7 @@ </packing> </child> <child> - <object class="GtkButton" id="PB_HELP"> + <object class="GtkButton" id="help"> <property name="label">gtk-help</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -523,9 +523,9 @@ </object> </child> <action-widgets> - <action-widget response="0">PB_OK</action-widget> - <action-widget response="0">PB_CANCEL</action-widget> - <action-widget response="0">PB_HELP</action-widget> + <action-widget response="-5">ok</action-widget> + <action-widget response="-6">cancel</action-widget> + <action-widget response="-11">help</action-widget> </action-widgets> </object> <object class="GtkSizeGroup" id="sizegroup1"> |