summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/steps_gtk.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 483a71c11..8616400ba 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -632,7 +632,9 @@ sub summary_prompt {
push @widget_list, gtknew('HSeparator', height => 8) if $count;
$count++;
$group = $e->{group};
- push @table, [ gtknew('HBox', children_tight => [ gtknew('Title1', label => escape_text_for_TextView_markup_format($group)) ]), '' ];
+ push @table, [ gtknew('HBox', children_tight => [
+ gtknew('Title1',
+ label => mygtk2::asteriskize(escape_text_for_TextView_markup_format($group))) ]), '' ];
}
$e->{widget} = gtknew('WrappedLabel', width => $::real_windowwidth * 0.72);