diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-02 12:14:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-02 14:14:19 +0100 |
commit | d802fe5eccc4074dd4b32ba8a8a83c0463b3296d (patch) | |
tree | 6b7465e7f9f341ca1ec7a2029caef3439e232b82 /sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui | |
parent | c1de2a8b12d6d8df0aa219a809e05641afe56c06 (diff) |
convert Data Sources Unavailable Warningbox to .ui
Change-Id: Iea809c54fd080003f1dc7ccae6b666dcc5e66b6f
Diffstat (limited to 'sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui b/sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui new file mode 100644 index 000000000000..a503b6e81275 --- /dev/null +++ b/sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.0 --> + <object class="GtkMessageDialog" id="DataSourcesUnavailableDialog"> + <property name="can_focus">False</property> + <property name="border_width">12</property> + <property name="title" translatable="yes">Create a new data source?</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">No data sources are available. Create a new one?</property> + <property name="secondary_text" translatable="yes">No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields.</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> |