diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-08 12:14:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-08 13:45:01 +0000 |
commit | 2e8a1e1121bc23d442bf7be27e2ae6c15d101980 (patch) | |
tree | 6ff7e6e3d48d85436be436f3459c51c1893a0aae /sfx2/source/dialog | |
parent | 794f5af121906668870a58700aed25b660381240 (diff) |
tweak button order for alien warn dialog
Change-Id: I6e51951df3bff0d1829bff8e2a436e4030247baf
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/alienwarn.cxx | 2 |
1 files changed, 1 insertions, 1 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(); |