~ubuntu-branches/ubuntu/wily/d-feet/wily

« back to all changes in this revision

Viewing changes to ui/executedialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-07-11 18:32:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090711183237-m11ogk5yls20n2k2
* New upstream release.
* debian/control:
  - Drop XS-Dm-Upload-Allowed: yes
  - Bump Standards-Version to 3.8.2 (no further changes)
  - Add python-setuptools as build-dep
  - Recommends python-wnck instead of python-gnome2-desktop
* debian/watch: Fix URL
* Bump debhelper compatibility to 7
* debian/rules: Drop dh_desktop call, not needed anymore
* Use correct pysupport policy
* Update copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
            <property name="visible">True</property>
117
117
            <child>
118
118
              <object class="GtkButton" id="closebutton1">
119
 
                <property name="label" context="yes" translatable="yes">Close</property>
 
119
                <property name="label" context="yes" translatable="yes">gtk-close</property>
 
120
                <property name="use_stock">True</property>
120
121
                <property name="visible">True</property>
121
122
                <signal handler="execute_dialog_close_cb" name="clicked"/>
122
123
              </object>
124
125
            <child>
125
126
              <object class="GtkButton" id="executebutton1">
126
127
                <property name="is_focus">True</property>
127
 
                <property name="label" context="yes" translatable="yes">Execute</property>
 
128
                <property name="use_underline">True</property>
 
129
                <property name="label" context="yes" translatable="yes">_Execute</property>
128
130
                <property name="visible">True</property>
129
131
                <signal handler="execute_dbus_method_cb" name="clicked"/>
130
132
              </object>
132
134
                <property name="position">1</property>
133
135
              </packing>
134
136
            </child>
135
 
          </object>
 
137
         </object>
136
138
          <packing>
137
139
            <property name="expand">False</property>
138
140
            <property name="pack_type">end</property>