diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 04:13:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 04:13:28 +0000 |
commit | 174c1bf4baf78d83bcbfae169af2d934748b3476 (patch) | |
tree | 062f329b995537611765c8c5a98b01c6a8f64c0c /perl-install/install | |
parent | 52d23f43f57b0c0fcf3147ff2542663575b309f5 (diff) | |
download | drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.gz drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.bz2 drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.xz drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.zip |
fix/adjust some help pages (#42986)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/steps_gtk.pm | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index dd4bd3c87..23858808b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix/adjust some help pages (#42986) + Version 11.58 - 29 September 2008 - ask_deselect_media__copy_on_disk: 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"), |