summaryrefslogtreecommitdiffstats
path: root/basctl/uiconfig/basicide
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-25 13:19:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-25 16:45:24 +0100
commitb6d25be2d7ab81fb5343b742542b79bad2121024 (patch)
tree9d208005ebf5249eedf49f149a1010b3323cc362 /basctl/uiconfig/basicide
parentQueryBox QBX_USERDATALOCKED -> MessageDialog + string (diff)
downloadcore-b6d25be2d7ab81fb5343b742542b79bad2121024.tar.gz
core-b6d25be2d7ab81fb5343b742542b79bad2121024.zip
convert RID_QRYBOX_LANGUAGE with custom title to .ui
Change-Id: I007820c7717a437414bc43936e3138f7e63d090e
Diffstat (limited to 'basctl/uiconfig/basicide')
-rw-r--r--basctl/uiconfig/basicide/ui/deletelangdialog.ui36
1 files changed, 36 insertions, 0 deletions
diff --git a/basctl/uiconfig/basicide/ui/deletelangdialog.ui b/basctl/uiconfig/basicide/ui/deletelangdialog.ui
new file mode 100644
index 000000000000..f23e50fe9715
--- /dev/null
+++ b/basctl/uiconfig/basicide/ui/deletelangdialog.ui
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.1 -->
+<interface>
+ <requires lib="gtk+" version="3.0"/>
+ <object class="GtkMessageDialog" id="DeleteLangDialog">
+ <property name="can_focus">False</property>
+ <property name="border_width">12</property>
+ <property name="title" translatable="yes">Delete Language Resources</property>
+ <property name="resizable">False</property>
+ <property name="type_hint">dialog</property>
+ <property name="skip_taskbar_hint">True</property>
+ <property name="message_type">question</property>
+ <property name="buttons">ok-cancel</property>
+ <property name="text" translatable="yes">Do you want to delete the resources of the selected language(s)</property>
+ <property name="secondary_text" translatable="yes">You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted.</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">24</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>