diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-21 01:25:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-21 01:25:00 +0000 |
commit | 3401eeed7427026c5354496bdbbdcfc6f18b38b3 (patch) | |
tree | 423c658f22e69b91e263044ed9848499f5e1172d /perl-install/Xconfigurator.pm | |
parent | dc9ba01917bf001fe0d5975f167cbb0ded79aa11 (diff) | |
download | drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar.gz drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar.bz2 drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar.xz drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index b578faa67..28f65f9d8 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -769,6 +769,7 @@ sub main { __("Test again") => sub { $ok = testFinalConfig($o, 1) }, __("Quit") => sub { $quit = 1 }, ); + $in->set_help('configureXmain') unless $::isStandalone; my $f = $in->ask_from_list_(['XFdrake'], _("What do you want to do?"), [ grep { !ref } @c ]); @@ -810,6 +811,7 @@ sub main { } $in->ask_warn('', _("Please log out and then use Ctrl-Alt-BackSpace")) unless $found; } else { + $in->set_help('configureXxdm') unless $::isStandalone; my $run = $o->{xdm} || $::auto || $in->ask_yesorno(_("X at startup"), _("I can set up your computer to automatically start X upon booting. Would you like X to start when you reboot?"), 1); |