Kaydet (Commit) bce7c9b0 authored tarafından Caolán McNamara's avatar Caolán McNamara

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
üst 2e8a1e11
<?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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment