summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-03-12 13:50:00 +0000
committerdamien <damien@mandriva.com>2002-03-12 13:50:00 +0000
commit5b97cd80afe34e1e1ea673488d54f7d2c7b309f5 (patch)
tree35b6b263afc31c2248820700622d2ada117b0da7 /perl-install/standalone/drakfont
parent998267bf3474332c853e312d4a718e81a06c2980 (diff)
downloaddrakx-backup-do-not-use-5b97cd80afe34e1e1ea673488d54f7d2c7b309f5.tar
drakx-backup-do-not-use-5b97cd80afe34e1e1ea673488d54f7d2c7b309f5.tar.gz
drakx-backup-do-not-use-5b97cd80afe34e1e1ea673488d54f7d2c7b309f5.tar.bz2
drakx-backup-do-not-use-5b97cd80afe34e1e1ea673488d54f7d2c7b309f5.tar.xz
drakx-backup-do-not-use-5b97cd80afe34e1e1ea673488d54f7d2c7b309f5.zip
minor bug correction
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-xperl-install/standalone/drakfont6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont
index 07e20d42e..817e2c0a8 100755
--- a/perl-install/standalone/drakfont
+++ b/perl-install/standalone/drakfont
@@ -558,20 +558,20 @@ sub interactive_mode {
$font_sel = new Gtk::FontSelection,
),
1, gtkpack_(new Gtk::HBox(0,2),
- 0, gtkadd(gtkset_layout(new Gtk::VButtonBox, -spread),
+ 0, gtkadd(gtkset_layout(new Gtk::VButtonBox, -end),
gtksignal_connect(new Gtk::Button(_("Get Windows Fonts")), clicked =>
sub { ${$central_widget}->destroy(); $windows = 1; appli_choice();}),
gtksignal_connect(new Gtk::Button(_("Uninstall Fonts")), clicked =>
sub { ${$central_widget}->destroy(); uninstall() }),
),
- 0, gtkadd(gtkset_layout(new Gtk::VButtonBox, -spread),
+ 0, gtkadd(gtkset_layout(new Gtk::VButtonBox, -end),
gtksignal_connect(new Gtk::Button(_("Advanced Options")), clicked =>
sub { ${$central_widget}->destroy(); $windows = 0; advanced_install();}),
gtksignal_connect(new Gtk::Button(_("Font List")), clicked =>
sub { ${$central_widget}->destroy(); create_fontsel()}),
),
1, new Gtk::HBox(0,2),
- 0, gtkadd(gtkset_layout(new Gtk::VButtonBox, -spread),
+ 0, gtkadd(gtkset_layout(new Gtk::VButtonBox, -end),
gtksignal_connect(new Gtk::Button(_("Help")),clicked =>
sub { ${$central_widget}->destroy(); help() }),
gtksignal_connect(new Gtk::Button(_("Close")), clicked => sub {