summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-29 14:13:59 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-29 14:13:59 +0000
commit18e3de7037adf20341d3582442273ee5f4484e0c (patch)
tree385354e2e05e0470b6cbb321782dd52f87788add /perl-install
parent2d78714f44c2989d5304b26626f9e0bf4dfb582c (diff)
downloaddrakx-backup-do-not-use-18e3de7037adf20341d3582442273ee5f4484e0c.tar
drakx-backup-do-not-use-18e3de7037adf20341d3582442273ee5f4484e0c.tar.gz
drakx-backup-do-not-use-18e3de7037adf20341d3582442273ee5f4484e0c.tar.bz2
drakx-backup-do-not-use-18e3de7037adf20341d3582442273ee5f4484e0c.tar.xz
drakx-backup-do-not-use-18e3de7037adf20341d3582442273ee5f4484e0c.zip
(reallyChooseGroups) use new install time
Diffstat (limited to 'perl-install')
-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 f47b3d4c5..5bef440f7 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -307,7 +307,7 @@ sub reallyChooseGroups {
),
0, $w_size,
0, gtknew('HBox', children_loose => [
- gtknew('Button', text => N("Help"), clicked => $o->interactive_help_sub_display_id('choosePackages')),
+ gtknew('Install_Button', text => N("Help"), clicked => $o->interactive_help_sub_display_id('choosePackages')),
gtknew('Button', text => N("Next"), clicked => sub { Gtk2->main_quit }),
]),
]),