summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-08 12:14:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-08 14:10:33 +0000
commit99798298f98ae510efb3edc7d28f8149d281439f (patch)
tree2091c5e8e2eb40819dedbf8eefe7f13ca2fcef70 /sfx2/uiconfig
parent9b0c7cd38c565e7fcdd0b426391749a59d57038f (diff)
tweak button order for alien warn dialog
Change-Id: I6e51951df3bff0d1829bff8e2a436e4030247baf (cherry picked from commit 2e8a1e1121bc23d442bf7be27e2ae6c15d101980)
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r--sfx2/uiconfig/ui/alienwarndialog.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/alienwarndialog.ui b/sfx2/uiconfig/ui/alienwarndialog.ui
index 5975d10ab04d..6513171a5f95 100644
--- a/sfx2/uiconfig/ui/alienwarndialog.ui
+++ b/sfx2/uiconfig/ui/alienwarndialog.ui
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.0 on Wed Jan 8 12:08:58 2014 -->
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkMessageDialog" id="AlienWarnDialog">
@@ -22,7 +23,7 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="ok">
+ <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>
@@ -81,7 +82,7 @@
</object>
</child>
<action-widgets>
- <action-widget response="1">ok</action-widget>
+ <action-widget response="1">save</action-widget>
<action-widget response="0">cancel</action-widget>
</action-widgets>
</object>