summaryrefslogtreecommitdiff
path: root/sfx2
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 13:45:01 +0000
commit2e8a1e1121bc23d442bf7be27e2ae6c15d101980 (patch)
tree6ff7e6e3d48d85436be436f3459c51c1893a0aae /sfx2
parent794f5af121906668870a58700aed25b660381240 (diff)
tweak button order for alien warn dialog
Change-Id: I6e51951df3bff0d1829bff8e2a436e4030247baf
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/alienwarn.cxx2
-rw-r--r--sfx2/uiconfig/ui/alienwarndialog.ui5
2 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/dialog/alienwarn.cxx b/sfx2/source/dialog/alienwarn.cxx
index 0ec75affefa6..ad5290e8ae22 100644
--- a/sfx2/source/dialog/alienwarn.cxx
+++ b/sfx2/source/dialog/alienwarn.cxx
@@ -28,7 +28,7 @@ SfxAlienWarningDialog::SfxAlienWarningDialog(Window* pParent, const OUString& _r
: MessageDialog(pParent, "AlienWarnDialog", "sfx/ui/alienwarndialog.ui")
{
get(m_pWarningOnBox, "ask");
- get(m_pKeepCurrentBtn, "ok");
+ get(m_pKeepCurrentBtn, "save");
// replace formatname (text)
OUString sInfoText = get_primary_text();
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>