From 83ca0f2043d7b9490d54b45c8a29e5d88ce025e2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Jan 2003 22:59:21 +0000 Subject: - remove help (which was at the bottom) - wizard style - focus "Next" button by default (this is rough, some dialog boxes *need* changes before being able to complete (think root password dialog)) --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index a24c0ae99..367a9915a 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -342,6 +342,7 @@ sub main { umask 022; $::isInstall = 1; + $::isWizard = 1; $::no_ugtk_init = 1; $::expert = $::g_auto_install = 0; -- cgit v1.2.1