summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-29 21:32:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-29 21:32:13 +0000
commitce7297954f332ab0f7b1a0eda02bf96f9dd73305 (patch)
tree2ad5e2aa97b21ca5c071ac88443c1ec791c4c9de /perl-install/install_steps_gtk.pm
parent5a9998416dd0f21dbed66f7b6a8c98d86ae0b61b (diff)
downloaddrakx-backup-do-not-use-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.tar
drakx-backup-do-not-use-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.tar.gz
drakx-backup-do-not-use-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.tar.bz2
drakx-backup-do-not-use-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.tar.xz
drakx-backup-do-not-use-ce7297954f332ab0f7b1a0eda02bf96f9dd73305.zip
(installPackages): have Ok button by default for asking for changing CD
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
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;