Kaydet (Commit) 2e8a1e11 authored tarafından Caolán McNamara's avatar Caolán McNamara

tweak button order for alien warn dialog

Change-Id: I6e51951df3bff0d1829bff8e2a436e4030247baf
üst 794f5af1
......@@ -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();
......
<?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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment