~ubuntu-branches/ubuntu/maverick/gui-ufw/maverick

« back to all changes in this revision

Viewing changes to glade/gufw.glade

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2010-02-28 19:01:09 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100228190109-pkwf80x0l35uczl9
Tags: 10.04.1-0ubuntu1
* New upstream release (LP: #529091).
* Install /etc/gufw/*.cfg files only when they aren't already installed,
  (LP: #521787).
* Fix unused-override lintian info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                    </child>
75
75
                    <child>
76
76
                      <widget class="GtkImageMenuItem" id="menuReset">
77
 
                        <property name="label" translatable="yes">Remove all rules...</property>
 
77
                        <property name="label" translatable="yes">Reset to initial status...</property>
 
78
                        <property name="visible">True</property>
78
79
                        <property name="use_stock">False</property>
79
80
                        <signal name="activate" handler="menuReset_activate_cb"/>
80
81
                        <child internal-child="image">
81
82
                          <widget class="GtkImage" id="image2">
82
 
                            <property name="stock">gtk-clear</property>
 
83
                            <property name="visible">True</property>
 
84
                            <property name="stock">gtk-revert-to-saved</property>
83
85
                            <property name="icon-size">1</property>
84
86
                          </widget>
85
87
                        </child>
3084
3086
    <property name="transient_for">winMain</property>
3085
3087
    <property name="has_separator">False</property>
3086
3088
    <property name="program_name">Gufw</property>
3087
 
    <property name="version">10.04.0</property>
 
3089
    <property name="version">10.04.1</property>
3088
3090
    <property name="copyright" translatable="yes">&#xA9; 2008-2010 The Gufw project</property>
3089
3091
    <property name="comments" translatable="yes">Graphic user interface for ufw</property>
3090
3092
    <property name="website_label">http://gufw.tuxfamily.org</property>