~ubuntu-branches/ubuntu/maverick/lordsawar/maverick

« back to all changes in this revision

Viewing changes to dat/glade/editor/map-info-dialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2010-04-10 09:29:33 UTC
  • mfrom: (1.1.9 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100410092933-23uq4dxig30kmtcw
Tags: 0.1.8-1
* New upstream release.
* Add misc:Depends for -data package.
* Bump Standards Version to 3.8.4. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
            <property name="visible">True</property>
18
18
            <property name="spacing">24</property>
19
19
            <child>
20
 
              <object class="GtkVBox" id="rename_vbox">
 
20
              <object class="GtkVBox" id="info_vbox">
21
21
                <property name="visible">True</property>
22
22
                <property name="spacing">12</property>
23
23
                <child>
95
95
                    <property name="position">3</property>
96
96
                  </packing>
97
97
                </child>
 
98
                <child>
 
99
                  <object class="GtkLabel" id="label1">
 
100
                    <property name="visible">True</property>
 
101
                    <property name="label" translatable="yes">Copyright:</property>
 
102
                  </object>
 
103
                  <packing>
 
104
                    <property name="position">4</property>
 
105
                  </packing>
 
106
                </child>
 
107
                <child>
 
108
                  <object class="GtkFrame" id="frame1">
 
109
                    <property name="visible">True</property>
 
110
                    <property name="label_xalign">0</property>
 
111
                    <property name="shadow_type">in</property>
 
112
                    <child>
 
113
                      <object class="GtkTextView" id="copyright_textview">
 
114
                        <property name="visible">True</property>
 
115
                        <property name="can_focus">True</property>
 
116
                      </object>
 
117
                    </child>
 
118
                    <child type="label_item">
 
119
                      <placeholder/>
 
120
                    </child>
 
121
                  </object>
 
122
                  <packing>
 
123
                    <property name="position">5</property>
 
124
                  </packing>
 
125
                </child>
 
126
                <child>
 
127
                  <object class="GtkLabel" id="label2">
 
128
                    <property name="visible">True</property>
 
129
                    <property name="label" translatable="yes">License:</property>
 
130
                  </object>
 
131
                  <packing>
 
132
                    <property name="position">6</property>
 
133
                  </packing>
 
134
                </child>
 
135
                <child>
 
136
                  <object class="GtkFrame" id="frame2">
 
137
                    <property name="visible">True</property>
 
138
                    <property name="label_xalign">0</property>
 
139
                    <property name="shadow_type">in</property>
 
140
                    <child>
 
141
                      <object class="GtkTextView" id="license_textview">
 
142
                        <property name="visible">True</property>
 
143
                        <property name="can_focus">True</property>
 
144
                      </object>
 
145
                    </child>
 
146
                    <child type="label_item">
 
147
                      <placeholder/>
 
148
                    </child>
 
149
                  </object>
 
150
                  <packing>
 
151
                    <property name="position">7</property>
 
152
                  </packing>
 
153
                </child>
98
154
              </object>
99
155
              <packing>
100
156
                <property name="position">0</property>