diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-28 15:54:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-01 10:04:05 +0100 |
commit | b312c10a787b34fdc0252d0651c00edb3855d657 (patch) | |
tree | e3411600d8a86aa3191b7a7057640847394480ff /sd/uiconfig/simpress/ui/photoalbum.ui | |
parent | d69cf130ffeaa342780425572ab6a3510f8eed79 (diff) |
give ok, cancel, help buttons those names
So they can be used to sort the buttons into native ordering
(eventually).
Give them the gtk response ids, so they can be used by native
gtk3 dialog loading (eventually)
Change-Id: Ide49649b8ea6a2e0c003d23c3a88f0cb06822b05
Reviewed-on: https://gerrit.libreoffice.org/50535
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig/simpress/ui/photoalbum.ui')
-rw-r--r-- | sd/uiconfig/simpress/ui/photoalbum.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui index 9e12348c05e0..c25099e6860f 100644 --- a/sd/uiconfig/simpress/ui/photoalbum.ui +++ b/sd/uiconfig/simpress/ui/photoalbum.ui @@ -71,7 +71,7 @@ </packing> </child> <child> - <object class="GtkButton" id="cancel_btn"> + <object class="GtkButton" id="cancel"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -425,7 +425,7 @@ </child> <action-widgets> <action-widget response="0">create_btn</action-widget> - <action-widget response="0">cancel_btn</action-widget> + <action-widget response="-6">cancel</action-widget> </action-widgets> </object> </interface> |