diff options
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 0b211221b..30c900a50 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -479,7 +479,10 @@ sub choosePackagesTree { return; }, auto_deps => N("Show automatically selected packages"), - interactive_help => sub { interactive::gtk::display_help($o, { interactive_help_id => 'choosePackages' }, $w) }, + interactive_help => sub { + interactive::gtk::display_help($o, + { interactive_help_id => + 'choosePackages#choosePackagesTree' }, $w) }, ok => N("Install"), cancel => N("Previous"), |