From 5ba2fc39a65b760dc3a552ab82896c80c22d94ca Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 26 Aug 2005 13:58:21 +0000 Subject: (create_steps_window) underline step categories (and render them as bold btw) --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index b5139ba0b..5cc8ab7ae 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -129,7 +129,7 @@ sub create_steps_window { $steps{$_} ||= gtknew('Pixbuf', file => "steps_$_") foreach qw(on off done); my $category = sub { gtknew('HBox', children_tight => [ - gtknew('Label', text => $_[0], widget_name => 'Step-categories') + gtknew('Label', text_markup => '' . $_[0] . '', widget_name => 'Step-categories') ]); }; -- cgit v1.2.1