~swem/totem/assignment

« back to all changes in this revision

Viewing changes to src/plugins/opensubtitles/opensubtitles.ui

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-01-27 09:40:18 UTC
  • mfrom: (1.4.2 upstream) (5.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100127094018-q6rzt7va0y8ketwt
Tags: 2.29.4-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
    - Drop tracker plugin, it needs tracker 0.7.
  + debian/totem-mozilla.links:
    - Drop the complex plugin, it doesn't exist anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    <property name="icon-size">4</property>
29
29
  </object>
30
30
  <object class="GtkWindow" id="subtitles_dialog">
31
 
    <property name="border_width">5</property>
 
31
    <property name="border_width">12</property>
32
32
    <property name="title" translatable="yes">Download Movie Subtitles</property>
33
33
    <property name="window_position">center-on-parent</property>
34
34
    <property name="default_width">400</property>
101
101
            <child type="label">
102
102
              <object class="GtkLabel" id="label1">
103
103
                <property name="visible">True</property>
104
 
                <property name="label" translatable="yes">&lt;b&gt;Language&lt;/b&gt;</property>
 
104
                <property name="label" translatable="yes">Language</property>
105
105
                <property name="use_markup">True</property>
 
106
                <attributes>
 
107
                  <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
 
108
                </attributes>
106
109
              </object>
107
110
            </child>
108
111
          </object>
139
142
          </packing>
140
143
        </child>
141
144
        <child>
142
 
          <object class="GtkHButtonBox" id="hbbox1">
143
 
            <property name="visible">True</property>
144
 
            <property name="spacing">12</property>
145
 
            <property name="layout_style">end</property>
146
 
            <child>
147
 
              <object class="GtkButton" id="apply_button">
148
 
                <property name="label" translatable="yes">_Play with Subtitle</property>
149
 
                <property name="visible">True</property>
150
 
                <property name="can_focus">True</property>
151
 
                <property name="receives_default">True</property>
152
 
                <property name="image">image_apply</property>
153
 
                <property name="use-underline">True</property>
154
 
              </object>
155
 
              <packing>
156
 
                <property name="expand">False</property>
157
 
                <property name="fill">False</property>
158
 
                <property name="position">1</property>
159
 
              </packing>
160
 
            </child>
161
 
            <child>
162
 
              <object class="GtkButton" id="close_button">
163
 
                <property name="label">gtk-close</property>
164
 
                <property name="use-stock">True</property>
165
 
                <property name="visible">True</property>
166
 
                <property name="can_focus">True</property>
167
 
                <property name="receives_default">True</property>
168
 
              </object>
169
 
              <packing>
170
 
                <property name="expand">False</property>
171
 
                <property name="fill">False</property>
172
 
                <property name="position">2</property>
173
 
              </packing>
 
145
          <object class="GtkAlignment" id="alignment2">
 
146
            <property name="top_padding">12</property>
 
147
            <child>
 
148
              <object class="GtkHButtonBox" id="hbbox1">
 
149
                <property name="visible">True</property>
 
150
                <property name="spacing">6</property>
 
151
                <property name="layout_style">end</property>
 
152
                <child>
 
153
                  <object class="GtkButton" id="apply_button">
 
154
                    <property name="label" translatable="yes">_Play with Subtitle</property>
 
155
                    <property name="visible">True</property>
 
156
                    <property name="can_focus">True</property>
 
157
                    <property name="receives_default">True</property>
 
158
                    <property name="image">image_apply</property>
 
159
                    <property name="use-underline">True</property>
 
160
                  </object>
 
161
                  <packing>
 
162
                    <property name="expand">False</property>
 
163
                    <property name="fill">False</property>
 
164
                    <property name="position">1</property>
 
165
                  </packing>
 
166
                </child>
 
167
                <child>
 
168
                  <object class="GtkButton" id="close_button">
 
169
                    <property name="label">gtk-close</property>
 
170
                    <property name="use-stock">True</property>
 
171
                    <property name="visible">True</property>
 
172
                    <property name="can_focus">True</property>
 
173
                    <property name="receives_default">True</property>
 
174
                    <property name="can_default">True</property>
 
175
                    <property name="has_default">True</property>
 
176
                  </object>
 
177
                  <packing>
 
178
                    <property name="expand">False</property>
 
179
                    <property name="fill">False</property>
 
180
                    <property name="position">2</property>
 
181
                  </packing>
 
182
                </child>
 
183
              </object>
174
184
            </child>
175
185
          </object>
176
186
          <packing>