diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-08 12:21:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-08 13:45:02 +0000 |
commit | bce7c9b0688c6f6f73311cc87ac094831489eedb (patch) | |
tree | 7be18cba857c2c7e16c6c2c83708ad1b8e188e8d /sfx2/uiconfig/ui | |
parent | 2e8a1e1121bc23d442bf7be27e2ae6c15d101980 (diff) |
swap button order in ui to match typical reality
This has no effect on the rendering of this .ui as native button ordering is
active. But it means that under the typical editing-under-GNOME that ones head
is wrecked from the cognitive impedance of the editor and viewer not matching
in order
Change-Id: I8888d4263f05bcecff72496f4cf0ae67345dc644
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/alienwarndialog.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sfx2/uiconfig/ui/alienwarndialog.ui b/sfx2/uiconfig/ui/alienwarndialog.ui index 6513171a5f95..0e6141dfd670 100644 --- a/sfx2/uiconfig/ui/alienwarndialog.ui +++ b/sfx2/uiconfig/ui/alienwarndialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.0 on Wed Jan 8 12:08:58 2014 --> +<!-- Generated with glade 3.16.0 on Wed Jan 8 12:15:41 2014 --> <interface> <!-- interface-requires gtk+ 3.0 --> <object class="GtkMessageDialog" id="AlienWarnDialog"> @@ -23,14 +23,13 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="save"> - <property name="label" translatable="yes">_Use %FORMATNAME Format</property> + <object class="GtkButton" id="cancel"> + <property name="label" translatable="yes">Use _ODF Format</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="image_position">bottom</property> </object> <packing> <property name="expand">False</property> @@ -40,13 +39,14 @@ </packing> </child> <child> - <object class="GtkButton" id="cancel"> - <property name="label" translatable="yes">Use _ODF Format</property> + <object class="GtkButton" id="save"> + <property name="label" translatable="yes">_Use %FORMATNAME Format</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="image_position">bottom</property> </object> <packing> <property name="expand">False</property> @@ -82,8 +82,8 @@ </object> </child> <action-widgets> - <action-widget response="1">save</action-widget> <action-widget response="0">cancel</action-widget> + <action-widget response="1">save</action-widget> </action-widgets> </object> </interface> |