diff options
author | Yves Duret <yduret@mandriva.com> | 2001-04-09 18:12:58 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-04-09 18:12:58 +0000 |
commit | 1313ed80fd4e23ecfb15a6873264d01ea9618aef (patch) | |
tree | 4102f3b3245f507a08bef75125ffa19342eb7720 /perl-install/standalone | |
parent | 7b0022134e62d9220095531bd89917c484434273 (diff) | |
download | drakx-1313ed80fd4e23ecfb15a6873264d01ea9618aef.tar drakx-1313ed80fd4e23ecfb15a6873264d01ea9618aef.tar.gz drakx-1313ed80fd4e23ecfb15a6873264d01ea9618aef.tar.bz2 drakx-1313ed80fd4e23ecfb15a6873264d01ea9618aef.tar.xz drakx-1313ed80fd4e23ecfb15a6873264d01ea9618aef.zip |
button policy (thx gc)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/tinyfirewall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/tinyfirewall b/perl-install/standalone/tinyfirewall index a5cafc5ac..cd04d5095 100755 --- a/perl-install/standalone/tinyfirewall +++ b/perl-install/standalone/tinyfirewall @@ -60,7 +60,7 @@ $button_conf->signal_connect ( clicked => sub { update(); }); $bbox1->add($button_conf); -my $button_ok = new Gtk::Button _("OK"); +my $button_ok = new Gtk::Button _("Cancel"); $button_ok->signal_connect ( clicked => sub { quit_global(); }); |