From 50650972ada1c6f384a09c068ca73ae916068d89 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Aug 2008 10:07:16 +0000 Subject: (create_widgets) fix asterisk in titles --- perl-install/interactive/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index f49c9db9e..dd3c0af4f 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -710,7 +710,7 @@ sub create_widgets { # add asterisks before titles when there're more than one: my @all_titles = all_title_entries($l); if (1 <= @all_titles) { - ${$_->{val}} = "· " . ${$_->{val}} foreach @all_titles; + ${$_->{val}} = "\x{2022} " . ${$_->{val}} foreach @all_titles; } my $box = create_widgets_block($o, $l, $update, \$ignore); -- cgit v1.2.1