summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2014-12-12 11:20:18 -0600
committerCaolán McNamara <caolanm@redhat.com>2014-12-16 20:30:41 +0000
commitd9fc959759b4e210ec63884bfe86495bdac32ac4 (patch)
treebf75b37a09ce27036e6555ba55c54a68cb39b3d5
parent8275fd953666198e67e82e517bd1bab8bf742683 (diff)
fdo#86671 Swap default order of Yes/No to suit what Windows users expect
Change-Id: Iac3917c42ff70b6cd594355fe5296aff97cb70b9 Reviewed-on: https://gerrit.libreoffice.org/13453 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit d795be27560343929822ed189e7b88309adec166) Reviewed-on: https://gerrit.libreoffice.org/13484
-rw-r--r--sw/uiconfig/swriter/ui/printmergedialog.ui14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/uiconfig/swriter/ui/printmergedialog.ui b/sw/uiconfig/swriter/ui/printmergedialog.ui
index cc7230749abb..a092e26e8bd4 100644
--- a/sw/uiconfig/swriter/ui/printmergedialog.ui
+++ b/sw/uiconfig/swriter/ui/printmergedialog.ui
@@ -20,10 +20,12 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="no">
- <property name="label">gtk-no</property>
+ <object class="GtkButton" id="yes">
+ <property name="label">gtk-yes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
@@ -35,12 +37,10 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="yes">
- <property name="label">gtk-yes</property>
+ <object class="GtkButton" id="no">
+ <property name="label">gtk-no</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
@@ -76,8 +76,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="3">no</action-widget>
<action-widget response="2">yes</action-widget>
+ <action-widget response="3">no</action-widget>
<action-widget response="0">cancel</action-widget>
</action-widgets>
</object>