diff options
author | damien <damien@mandriva.com> | 2001-04-08 05:33:14 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-04-08 05:33:14 +0000 |
commit | 8893a1832ef6845da2d19d05d2c63d163aa4aafc (patch) | |
tree | 32261f89214581b70f4b208723dfa78ea42961a2 /perl-install/standalone/drakgw | |
parent | 5e8ab79263d7731b4f9fff88e466755ecf569950 (diff) | |
download | drakx-8893a1832ef6845da2d19d05d2c63d163aa4aafc.tar drakx-8893a1832ef6845da2d19d05d2c63d163aa4aafc.tar.gz drakx-8893a1832ef6845da2d19d05d2c63d163aa4aafc.tar.bz2 drakx-8893a1832ef6845da2d19d05d2c63d163aa4aafc.tar.xz drakx-8893a1832ef6845da2d19d05d2c63d163aa4aafc.zip |
updated
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-x | perl-install/standalone/drakgw | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 81841214c..dff50ebf9 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -34,6 +34,7 @@ local $_ = join '', @ARGV; /-version/ and die 'version: $Id$ '."\n"; $::isEmbedded or $::isWizard = 1; $::Wizard_pix_up = "wiz_drakgw.png"; +$::Wizard_title = "Internet Connection Sharing"; $::direct = /-direct/; @@ -640,6 +641,9 @@ Click on Configure to launch the setup wizard.", $setup_state)); #------------------------------------------------- #- $Log$ +#- Revision 1.35 2001/04/08 05:33:14 damien +#- updated +#- #- Revision 1.34 2001/04/06 15:09:15 yduret #- swap cancel/configure button #- |