summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-02 11:17:52 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-02 11:17:52 +0000
commit5f33217df3cc347e9345226bfcc292d7a0097ffe (patch)
tree7eeba5eae9d1ea79ac72e452ce5329346c071cf8 /perl-install/install/steps_gtk.pm
parent2a99b01abcc0c0e1d6b29c264914dee8f4e9a569 (diff)
downloaddrakx-backup-do-not-use-5f33217df3cc347e9345226bfcc292d7a0097ffe.tar
drakx-backup-do-not-use-5f33217df3cc347e9345226bfcc292d7a0097ffe.tar.gz
drakx-backup-do-not-use-5f33217df3cc347e9345226bfcc292d7a0097ffe.tar.bz2
drakx-backup-do-not-use-5f33217df3cc347e9345226bfcc292d7a0097ffe.tar.xz
drakx-backup-do-not-use-5f33217df3cc347e9345226bfcc292d7a0097ffe.zip
(chooseGroups,reallyChooseDesktop) adjust some help IDs
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 f7c87ff32..ab29b4f15 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -299,7 +299,7 @@ sub reallyChooseDesktop {
clicked => sub {
interactive::gtk::display_help(
$o,
- { interactive_help_id => 'choosePackages#d4e994' }, $w);
+ { interactive_help_id => 'choosePackages#choose-graphical-env' }, $w);
}), undef, 1 ])
]));
$w->main;