summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-18 19:40:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-18 19:40:53 +0000
commit0b424c7192ae4fd49396e1a5aee8735ba99941b9 (patch)
treefd84427d442821c8965f26f8231e1150a6447116 /perl-install/install_steps_gtk.pm
parentbabfde139c9ddc0bf9e7574c824e2fe611ad4b3d (diff)
downloaddrakx-0b424c7192ae4fd49396e1a5aee8735ba99941b9.tar
drakx-0b424c7192ae4fd49396e1a5aee8735ba99941b9.tar.gz
drakx-0b424c7192ae4fd49396e1a5aee8735ba99941b9.tar.bz2
drakx-0b424c7192ae4fd49396e1a5aee8735ba99941b9.tar.xz
drakx-0b424c7192ae4fd49396e1a5aee8735ba99941b9.zip
s/hbox/vbox for "Select Install Class"
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 b4ef63843..294c6ea0a 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -161,7 +161,7 @@ sub selectInstallClass1 {
gtkadd($w->{window},
gtkpack($w->create_box_with_title(_("Please choose one of the following classes of installation:")),
(my @radios = gtkradio($def, @$l)),
- gtkadd(create_hbox(),
+ gtkadd(create_vbox(),
map { my $v = $_;
my $b = new Gtk::Button(translate($_));
$focused = $b if $_ eq $def2;