~ubuntu-branches/ubuntu/intrepid/gnome-games/intrepid-updates

« back to all changes in this revision

Viewing changes to glchess/glade/save_game.glade

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2007-11-21 13:43:08 UTC
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: package-import@ubuntu.com-20071121134308-3m2zeh0776quevvk
Tags: upstream-2.21.2
ImportĀ upstreamĀ versionĀ 2.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
          <property name="homogeneous">False</property>
77
77
          <property name="row_spacing">6</property>
78
78
          <property name="column_spacing">6</property>
79
 
          <signal name="expose_event" handler="_on_error_box_expose_event" last_modification_time="Sat, 10 Feb 2007 09:10:00 GMT"/>
80
79
 
81
80
          <child>
82
81
            <widget class="GtkImage" id="image1">
100
99
          <child>
101
100
            <widget class="GtkLabel" id="error_title_label">
102
101
              <property name="visible">True</property>
103
 
              <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;Error Title&lt;/b&gt;&lt;/big&gt;</property>
 
102
              <property name="label" translatable="no">&lt;big&gt;&lt;b&gt;Error Title&lt;/b&gt;&lt;/big&gt;</property>
104
103
              <property name="use_underline">False</property>
105
104
              <property name="use_markup">True</property>
106
105
              <property name="justify">GTK_JUSTIFY_LEFT</property>
127
126
          <child>
128
127
            <widget class="GtkLabel" id="error_description_label">
129
128
              <property name="visible">True</property>
130
 
              <property name="label" translatable="yes">&lt;i&gt;Error description&lt;/i&gt;</property>
 
129
              <property name="label" translatable="no">&lt;i&gt;Error description&lt;/i&gt;</property>
131
130
              <property name="use_underline">False</property>
132
131
              <property name="use_markup">True</property>
133
132
              <property name="justify">GTK_JUSTIFY_LEFT</property>