diff options
-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> |