diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2013-08-06 23:20:15 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-08 07:47:53 +0000 |
commit | 73b7213a772d3ed0ff4afe2a41bef3b3f6de2f7e (patch) | |
tree | 79cb31738ddc28d61a81d6a3cc578a89d0c99e58 /cui/uiconfig/ui/queryduplicatedialog.ui | |
parent | 7fd15394ad721fd2f954488c16e709d87d03ea2e (diff) |
Convert duplicate name dialog to widget UI
Change-Id: I943a04b487af463559b140f358c8af601f4f6ce9
Reviewed-on: https://gerrit.libreoffice.org/5299
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/queryduplicatedialog.ui')
-rw-r--r-- | cui/uiconfig/ui/queryduplicatedialog.ui | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/queryduplicatedialog.ui b/cui/uiconfig/ui/queryduplicatedialog.ui new file mode 100644 index 000000000000..b1ee98eea227 --- /dev/null +++ b/cui/uiconfig/ui/queryduplicatedialog.ui @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.6 --> + <object class="GtkMessageDialog" id="DuplicateNameDialog"> + <property name="can_focus">False</property> + <property name="border_width">6</property> + <property name="title" translatable="yes">Duplicate name</property> + <property name="type_hint">dialog</property> + <property name="skip_taskbar_hint">True</property> + <property name="message_type">warning</property> + <property name="buttons">ok</property> + <property name="text" translatable="yes">The name you have entered already exists.</property> + <property name="secondary_text" translatable="yes">Please choose another name.</property> + <child internal-child="vbox"> + <object class="GtkBox" id="messagedialog-vbox"> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <child internal-child="action_area"> + <object class="GtkButtonBox" id="messagedialog-action_area"> + <property name="can_focus">False</property> + <property name="layout_style">end</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="pack_type">end</property> + <property name="position">0</property> + </packing> + </child> + </object> + </child> + </object> +</interface> |