summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-03 09:48:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-03 09:49:04 +0100
commitba69c0851b99a0f063e0f82fe93f22db25f65de8 (patch)
tree623fa72798d400b15f9543a9aecaa1c23ad02800 /sfx2
parent2e2e1fecd5768829d6c0a2133206d2d740b941af (diff)
implement native button order for messageboxes
Change-Id: I85d0991da3d2a1efa9d5c15569164d8bd2194356
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/uiconfig/ui/querysavedialog.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/uiconfig/ui/querysavedialog.ui b/sfx2/uiconfig/ui/querysavedialog.ui
index 42d0371bfd07..8fdce8118291 100644
--- a/sfx2/uiconfig/ui/querysavedialog.ui
+++ b/sfx2/uiconfig/ui/querysavedialog.ui
@@ -20,7 +20,7 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="button3">
+ <object class="GtkButton" id="discard">
<property name="label" translatable="yes">Close _without saving</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -34,7 +34,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="button1">
+ <object class="GtkButton" id="cancel">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -49,7 +49,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="button2">
+ <object class="GtkButton" id="save">
<property name="label">gtk-save</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -75,9 +75,9 @@
</object>
</child>
<action-widgets>
- <action-widget response="3">button3</action-widget>
- <action-widget response="0">button1</action-widget>
- <action-widget response="2">button2</action-widget>
+ <action-widget response="3">discard</action-widget>
+ <action-widget response="0">cancel</action-widget>
+ <action-widget response="2">save</action-widget>
</action-widgets>
</object>
</interface>