[Libreoffice-commits] core.git: sw/uiconfig
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Mon Dec 15 05:51:34 PST 2014
sw/uiconfig/swriter/ui/printmergedialog.ui | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit d795be27560343929822ed189e7b88309adec166
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Fri Dec 12 11:20:18 2014 -0600
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/uiconfig/swriter/ui/printmergedialog.ui b/sw/uiconfig/swriter/ui/printmergedialog.ui
index cc72307..a092e26 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>
More information about the Libreoffice-commits
mailing list