summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/ui/querycontinuebegindialog.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-17 15:43:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-17 15:51:02 +0100
commitf34881370ac9d9f499e00143ca840ba88021843f (patch)
tree3d2935ce6528740606f1b97dbe0285848d964d49 /sw/uiconfig/swriter/ui/querycontinuebegindialog.ui
parent5a66d854814edeb7183b76ceeeeba260cf0621fd (diff)
convert continue queryboxes to .ui
Change-Id: I8e23eb484177ccd47b7780ccafbdf8b377ea57e1
Diffstat (limited to 'sw/uiconfig/swriter/ui/querycontinuebegindialog.ui')
-rw-r--r--sw/uiconfig/swriter/ui/querycontinuebegindialog.ui35
1 files changed, 35 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/querycontinuebegindialog.ui b/sw/uiconfig/swriter/ui/querycontinuebegindialog.ui
new file mode 100644
index 000000000000..23c72f7a1e50
--- /dev/null
+++ b/sw/uiconfig/swriter/ui/querycontinuebegindialog.ui
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkMessageDialog" id="QueryContinueBeginDialog">
+ <property name="can_focus">False</property>
+ <property name="border_width">12</property>
+ <property name="title" translatable="yes">Continue at the beginning?</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">yes-no</property>
+ <property name="text" translatable="yes">Do you want to continue at the beginning?</property>
+ <property name="secondary_text" translatable="yes">%PRODUCTNAME Writer has searched to the end of the document.</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>