diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-29 21:32:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-29 21:32:13 +0000 |
commit | ce7297954f332ab0f7b1a0eda02bf96f9dd73305 (patch) | |
tree | 2ad5e2aa97b21ca5c071ac88443c1ec791c4c9de /perl-install | |
parent | 5a9998416dd0f21dbed66f7b6a8c98d86ae0b61b (diff) | |
download | drakx-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.tar drakx-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.tar.gz drakx-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.tar.bz2 drakx-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.tar.xz drakx-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.zip |
(installPackages): have Ok button by default for asking for changing CD
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 6f97a2ba8..f83654b4a 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -608,7 +608,7 @@ copyright laws applicable to software programs. $r &&= $o->ask_okcancel('', _("Change your Cd-Rom! Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when done. -If you don't have it, press Cancel to avoid installation from this Cd-Rom.", $name)); +If you don't have it, press Cancel to avoid installation from this Cd-Rom.", $name), 1); #- add the elapsed time (otherwise the predicted time will be rubbish) $start_time += time() - $time; $r; |