1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.22.2 -->
3<interface>
4  <requires lib="gtk+" version="3.20"/>
5  <object class="GtkDialog" id="dialog">
6    <property name="can_focus">False</property>
7    <property name="border_width">6</property>
8    <property name="type_hint">dialog</property>
9    <child type="titlebar">
10      <placeholder/>
11    </child>
12    <child internal-child="vbox">
13      <object class="GtkBox" id="dialog-vbox">
14        <property name="visible">True</property>
15        <property name="can_focus">False</property>
16        <property name="orientation">vertical</property>
17        <property name="spacing">12</property>
18        <child internal-child="action_area">
19          <object class="GtkButtonBox" id="dialog-action_area1">
20            <property name="visible">True</property>
21            <property name="can_focus">False</property>
22            <property name="layout_style">end</property>
23            <child>
24              <object class="GtkButton" id="continue_button">
25                <property name="label" translatable="yes">Continue</property>
26                <property name="visible">True</property>
27                <property name="can_focus">True</property>
28                <property name="has_focus">True</property>
29                <property name="is_focus">True</property>
30                <property name="can_default">True</property>
31                <property name="has_default">True</property>
32                <property name="receives_default">True</property>
33                <property name="use_underline">True</property>
34              </object>
35              <packing>
36                <property name="expand">False</property>
37                <property name="fill">False</property>
38                <property name="position">0</property>
39              </packing>
40            </child>
41          </object>
42          <packing>
43            <property name="expand">False</property>
44            <property name="fill">True</property>
45            <property name="pack_type">end</property>
46            <property name="position">0</property>
47          </packing>
48        </child>
49        <child>
50          <object class="GtkBox" id="contents_vbox">
51            <property name="visible">True</property>
52            <property name="can_focus">False</property>
53            <property name="orientation">vertical</property>
54            <property name="spacing">12</property>
55            <child>
56              <object class="GtkImage" id="image">
57                <property name="visible">True</property>
58                <property name="can_focus">False</property>
59              </object>
60              <packing>
61                <property name="expand">True</property>
62                <property name="fill">True</property>
63                <property name="position">0</property>
64              </packing>
65            </child>
66            <child>
67              <object class="GtkLabel" id="label">
68                <property name="visible">True</property>
69                <property name="can_focus">False</property>
70                <property name="label" translatable="yes">...is victorious! or ...is slain by it!</property>
71                <property name="wrap">True</property>
72              </object>
73              <packing>
74                <property name="expand">True</property>
75                <property name="fill">True</property>
76                <property name="position">1</property>
77              </packing>
78            </child>
79          </object>
80          <packing>
81            <property name="expand">True</property>
82            <property name="fill">True</property>
83            <property name="position">1</property>
84          </packing>
85        </child>
86      </object>
87    </child>
88    <action-widgets>
89      <action-widget response="-3">continue_button</action-widget>
90    </action-widgets>
91  </object>
92</interface>
93