summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-02 00:34:11 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-02 00:34:11 +0000
commit7b6b2b81da44b741521304fdae0287ab4c6667ee (patch)
treeba16fe68fea0e91ab78d2cee1f8db8e2a37aa7a7 /perl-install/install/steps_gtk.pm
parent36d63926aeb15ea5e385bc9883f23ebeecbf16ca (diff)
downloaddrakx-7b6b2b81da44b741521304fdae0287ab4c6667ee.tar
drakx-7b6b2b81da44b741521304fdae0287ab4c6667ee.tar.gz
drakx-7b6b2b81da44b741521304fdae0287ab4c6667ee.tar.bz2
drakx-7b6b2b81da44b741521304fdae0287ab4c6667ee.tar.xz
drakx-7b6b2b81da44b741521304fdae0287ab4c6667ee.zip
(reallyChooseGroups) use new anchor name (the existing one is duplicated at to
of page, makint use of anchor useless) (needs a new mandriva-doc package)
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 d7062af74..f7c87ff32 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -337,7 +337,7 @@ sub reallyChooseGroups {
0, Gtk2::HSeparator->new,
0, gtknew('HButtonBox', layout => 'edge', children_tight => [
gtknew('Install_Button', text => N("Help"), clicked => sub {
- interactive::gtk::display_help($o, { interactive_help_id => 'choosePackages#choosePackages' }, $w) }),
+ interactive::gtk::display_help($o, { interactive_help_id => 'choosePackages#choosePackagesGroups' }, $w) }),
gtknew('Button', text => N("Next"), clicked => sub { Gtk2->main_quit }),
]),
]),