From 5f33217df3cc347e9345226bfcc292d7a0097ffe Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 2 Oct 2008 11:17:52 +0000 Subject: (chooseGroups,reallyChooseDesktop) adjust some help IDs --- perl-install/install/NEWS | 1 + perl-install/install/steps_gtk.pm | 2 +- perl-install/install/steps_interactive.pm | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 83c3cc30f..deeeff83e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- adjust some help IDs - fix typo in rpmsrate level setting Version 11.66.1 - 2 October 2008 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; diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 7deee1fc4..0da30b20d 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -608,7 +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' + interactive_help_id => 'choosePackagesminimal-install' }, [ { val => \$o->{rpmsrate_flags_chosen}{CAT_X}, type => 'bool', text => N("With X"), disabled => sub { $minimal } }, -- cgit v1.2.1