Kaydet (Commit) 49a92a14 authored tarafından Caolán McNamara's avatar Caolán McNamara

rename create_btn to ok to get desired button ordering

and help is missing a RET_HELP response id

Change-Id: Ibb816f9a3d03ceef4edde023725bebd29f9160d2
Reviewed-on: https://gerrit.libreoffice.org/54128Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 3490bdc2
......@@ -44,7 +44,7 @@ SdPhotoAlbumDialog::SdPhotoAlbumDialog(vcl::Window* pWindow, SdDrawDocument* pAc
pDoc(pActDoc)
{
get(pCancelBtn, "cancel");
get(pCreateBtn, "create_btn");
get(pCreateBtn, "ok");
get(pAddBtn, "add_btn");
get(pUpBtn, "up_btn");
......
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<!-- Generated with glade 3.20.4 -->
<interface domain="sd">
<requires lib="gtk+" version="3.18"/>
<object class="GtkListStore" id="liststore1">
......@@ -56,7 +56,7 @@
</packing>
</child>
<child>
<object class="GtkButton" id="create_btn">
<object class="GtkButton" id="ok">
<property name="label" translatable="yes" context="photoalbum|create_btn">Insert Slides</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
......@@ -428,8 +428,11 @@
</object>
</child>
<action-widgets>
<action-widget response="0">create_btn</action-widget>
<action-widget response="-11">help</action-widget>
<action-widget response="-6">cancel</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
</interface>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment