summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
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 12a99fc48..944153066 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -561,7 +561,7 @@ sub summary_prompt {
foreach my $e (@$l) {
if ($group ne $e->{group}) {
$group = $e->{group};
- push @table, [ gtknew('HBox', children_tight => [ $group ]), '' ];
+ push @table, [ gtknew('HBox', children_tight => [ gtknew('Title1', label => escape_text_for_TextView_markup_format($group)) ]), '' ];
}
$e->{widget} = gtknew('WrappedLabel', width => $::real_windowwidth * 0.72);