~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to data/ui/elementsettingsdialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-15 02:32:20 UTC
  • mfrom: (1.5.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110815023220-x2n5l0i4deiqn7dn
Tags: 0.14.2-0ubuntu1
* New upstream version.
  - New Mallard format help
* debian/control:
  - Add gnome-doc-utils to build-depends
  - Bump pygtk minimum to 2.24
* debian/patches/01_lpi.patch
  - Move LPI items below User Manual in Help menu
* debian/watch: Watch for 0.14.* tar.bz2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
            <property name="can_focus">False</property>
20
20
            <property name="layout_style">end</property>
21
21
            <child>
22
 
              <object class="GtkButton" id="cancelbutton1">
23
 
                <property name="label">gtk-cancel</property>
 
22
              <object class="GtkButton" id="reset">
 
23
                <property name="label">gtk-clear</property>
24
24
                <property name="visible">True</property>
25
25
                <property name="can_focus">True</property>
26
 
                <property name="can_default">True</property>
27
 
                <property name="receives_default">False</property>
 
26
                <property name="receives_default">True</property>
28
27
                <property name="use_action_appearance">False</property>
29
28
                <property name="use_stock">True</property>
 
29
                <signal name="clicked" handler="_resetValuesClickedCb" swapped="no"/>
30
30
              </object>
31
31
              <packing>
32
32
                <property name="expand">False</property>
33
 
                <property name="fill">False</property>
 
33
                <property name="fill">True</property>
34
34
                <property name="position">0</property>
35
35
              </packing>
36
36
            </child>
37
37
            <child>
38
38
              <object class="GtkButton" id="okbutton1">
39
 
                <property name="label">gtk-ok</property>
 
39
                <property name="label">gtk-close</property>
40
40
                <property name="visible">True</property>
41
41
                <property name="can_focus">True</property>
42
42
                <property name="can_default">True</property>
81
81
        </child>
82
82
      </object>
83
83
    </child>
84
 
    <action-widgets>
85
 
      <action-widget response="-6">cancelbutton1</action-widget>
86
 
      <action-widget response="-5">okbutton1</action-widget>
87
 
    </action-widgets>
88
84
  </object>
89
85
</interface>