summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-02 00:25:31 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-02 00:25:31 +0000
commit36d63926aeb15ea5e385bc9883f23ebeecbf16ca (patch)
tree93e0df2750d33dc1e2314e24a24d81b1f146b3a1 /perl-install/install/steps_interactive.pm
parent6fc2edb6d32d4c0f992ff61c7653d231f7d7dc66 (diff)
downloaddrakx-36d63926aeb15ea5e385bc9883f23ebeecbf16ca.tar
drakx-36d63926aeb15ea5e385bc9883f23ebeecbf16ca.tar.gz
drakx-36d63926aeb15ea5e385bc9883f23ebeecbf16ca.tar.bz2
drakx-36d63926aeb15ea5e385bc9883f23ebeecbf16ca.tar.xz
drakx-36d63926aeb15ea5e385bc9883f23ebeecbf16ca.zip
(chooseGroups) add help button to minimal installation step
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 840422d5d..75ae44ac7 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -608,6 +608,7 @@ sub chooseGroups {
$o->ask_from_({ title => N("Type of install"),
message =>N("You have not selected any group of packages.
Please choose the minimal installation you want:"),
+ interactive_help_id => 'choosePackages#d4e1076'
},
[
{ val => \$o->{rpmsrate_flags_chosen}{CAT_X}, type => 'bool', text => N("With X"), disabled => sub { $minimal } },