From 43a9284c3e65b81cab357e7f0c2e2761bc9d4526 Mon Sep 17 00:00:00 2001 From: Sebastien Dupont Date: Tue, 18 Dec 2001 16:02:35 +0000 Subject: include new pixmap on main menu. --- perl-install/standalone/drakfont | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 834e8c0fb..503ff1d3a 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -537,7 +537,8 @@ sub interactive_mode { $window1->set_position(1); $window1->set_title(_("Fonts Importation")); $window1->set_border_width(5); - + my ($pix_user_map, $pix_user_mask) = gtkcreate_png("ic-drakfont-48"); + gtkadd($window1, gtkpack_(new Gtk::HBox(0,2), 1, gtkpack_(new Gtk::VBox(0,2), @@ -548,7 +549,8 @@ sub interactive_mode { 1, new Gtk::VBox(0,0) ), 0, gtkpack_(new Gtk::VBox(0,5), - 0, _("DrakFont"), + 0, new Gtk::VBox(0,0), + 0, new Gtk::Pixmap($pix_user_map, $pix_user_mask), 0, gtkadd(gtkset_layout(new Gtk::VButtonBox, -end), gtksignal_connect(new Gtk::Button(_("Windows Importation")), clicked => sub { ${$central_widget}->destroy(); $windows = 1; license(\&appli_choice)}), -- cgit v1.2.1