~ubuntu-branches/ubuntu/precise/lordsawar/precise

« back to all changes in this revision

Viewing changes to dat/glade/quest-expired-dialog.glade

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2009-10-21 08:02:12 UTC
  • mfrom: (1.1.8 upstream) (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091021080212-wpmd6xdaxrgnn63y
Tags: 0.1.6-1
[ Barry deFreese ]
* New upstream release.
  + Drop libsdl-image1.2 from build-deps, no longer needed.
* Add README.source for quilt patch system.
* Clean up debian/copyright some.
* Bump Standards Version to 3.8.3. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--Generated with glade3 3.0.2 on Thu May 17 17:38:51 2007 by olau@alfa-->
4
 
<glade-interface>
5
 
  <widget class="GtkDialog" id="dialog">
6
 
    <property name="border_width">6</property>
7
 
    <property name="title" translatable="yes">Quest Expired</property>
8
 
    <property name="resizable">False</property>
9
 
    <property name="destroy_with_parent">True</property>
10
 
    <property name="has_separator">False</property>
11
 
    <child internal-child="vbox">
12
 
      <widget class="GtkVBox" id="dialog-vbox">
13
 
        <property name="visible">True</property>
14
 
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
15
 
        <property name="spacing">12</property>
16
 
        <child>
17
 
          <widget class="GtkVBox" id="contents_vbox">
18
 
            <property name="visible">True</property>
19
 
            <property name="spacing">12</property>
20
 
            <child>
21
 
              <widget class="GtkLabel" id="label">
22
 
                <property name="visible">True</property>
23
 
                <property name="xalign">0</property>
24
 
                <property name="wrap">True</property>
25
 
              </widget>
26
 
              <packing>
27
 
                <property name="expand">False</property>
28
 
                <property name="fill">False</property>
29
 
              </packing>
30
 
            </child>
31
 
          </widget>
32
 
          <packing>
33
 
            <property name="expand">False</property>
34
 
            <property name="fill">False</property>
35
 
            <property name="position">1</property>
36
 
          </packing>
37
 
        </child>
38
 
        <child internal-child="action_area">
39
 
          <widget class="GtkHButtonBox" id="dialog-action_area1">
40
 
            <property name="visible">True</property>
41
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
42
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
43
 
            <child>
44
 
              <widget class="GtkButton" id="close_button">
45
 
                <property name="visible">True</property>
46
 
                <property name="can_default">True</property>
47
 
                <property name="has_default">True</property>
48
 
                <property name="label" translatable="yes">_Close</property>
49
 
                <property name="use_underline">True</property>
50
 
              </widget>
51
 
            </child>
52
 
          </widget>
53
 
          <packing>
54
 
            <property name="expand">False</property>
55
 
            <property name="pack_type">GTK_PACK_END</property>
56
 
          </packing>
57
 
        </child>
58
 
      </widget>
59
 
    </child>
60
 
  </widget>
61
 
</glade-interface>