summaryrefslogtreecommitdiffstats
path: root/svtools/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-02-28 15:54:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-03-01 10:04:05 +0100
commitb312c10a787b34fdc0252d0651c00edb3855d657 (patch)
treee3411600d8a86aa3191b7a7057640847394480ff /svtools/uiconfig
parenttdf#115666 Behavior change of Navigate By when in Comment (diff)
downloadcore-b312c10a787b34fdc0252d0651c00edb3855d657.tar.gz
core-b312c10a787b34fdc0252d0651c00edb3855d657.zip
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 'svtools/uiconfig')
-rw-r--r--svtools/uiconfig/ui/placeedit.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui
index 325f415f89f9..61ddbcaec0dd 100644
--- a/svtools/uiconfig/ui/placeedit.ui
+++ b/svtools/uiconfig/ui/placeedit.ui
@@ -48,7 +48,7 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="button1">
+ <object class="GtkButton" id="help">
<property name="label">gtk-help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -464,6 +464,7 @@
<action-widget response="0">delete</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>
</interface>