From a8bdcbc1a88dd152af52eae3241d7ef9a806fd43 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 30 Jul 2008 16:12:32 +0000 Subject: (create_steps_window) render step category titles as capital letters too --- perl-install/install/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 59201f8d1..12e605f3a 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -117,7 +117,7 @@ sub create_steps_window { my $category = sub { gtknew('HBox', children => [ 1, '', - 0, gtknew('Label', text_markup => '' . $_[0] . '', widget_name => 'Step-categories') + 0, gtknew('Label', text_markup => '' . uc($_[0]) . '', widget_name => 'Step-categories') ]); }; -- cgit v1.2.1