From 2e8a1e1121bc23d442bf7be27e2ae6c15d101980 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 8 Jan 2014 12:14:04 +0000 Subject: tweak button order for alien warn dialog Change-Id: I6e51951df3bff0d1829bff8e2a436e4030247baf --- sfx2/source/dialog/alienwarn.cxx | 2 +- sfx2/uiconfig/ui/alienwarndialog.ui | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sfx2') 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 @@ + @@ -22,7 +23,7 @@ False end - + _Use %FORMATNAME Format True True @@ -81,7 +82,7 @@ - ok + save cancel -- cgit