diff options
author | damien <damien@mandriva.com> | 2001-11-05 16:07:21 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-11-05 16:07:21 +0000 |
commit | f85532a7f3451cb6469fbb86cb1af1df80962e6a (patch) | |
tree | b27c1da5a3b591e068ca04ca47af42dc7d03ee3a | |
parent | 0a387dd75bc8a4a131020747fb43f477c0c0032a (diff) | |
download | drakx-backup-do-not-use-f85532a7f3451cb6469fbb86cb1af1df80962e6a.tar drakx-backup-do-not-use-f85532a7f3451cb6469fbb86cb1af1df80962e6a.tar.gz drakx-backup-do-not-use-f85532a7f3451cb6469fbb86cb1af1df80962e6a.tar.bz2 drakx-backup-do-not-use-f85532a7f3451cb6469fbb86cb1af1df80962e6a.tar.xz drakx-backup-do-not-use-f85532a7f3451cb6469fbb86cb1af1df80962e6a.zip |
typo
-rwxr-xr-x | perl-install/standalone/drakautoinst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index 985f91492..c0d640135 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -70,7 +70,7 @@ for (my $f = $st->{first}; $f; $f = $st->{$f}{next}) { $in->ask_from(_("Automatic Steps Configuration"), _("Please choose for each step whether it will replay like your install, or it will be manual"), \@choices - ); or quit_global($in, 0); + ) or quit_global($in, 0); ${$_->[1]} eq _('manual') and push @manual_steps, $_->[0] foreach @all_steps; @@ -359,6 +359,9 @@ sub control_buttons { #------------------------------------------------- #- $Log$ +#- Revision 1.14 2001/11/05 16:07:21 damien +#- typo +#- #- Revision 1.13 2001/10/30 20:11:31 damien #- corrected ref($in) =~ /gtk/ #- |