From 21b4a160d397eaba627d58f3e511169d953f1d12 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 29 Jul 2008 13:06:36 +0000 Subject: (create_steps_window) simplify after latest commit --- perl-install/install/gtk.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index cdbd9062c..3d20ec47c 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -128,10 +128,9 @@ sub create_steps_window { } my $img = gtknew('Image', file => 'steps_off.png'); $steps{steps}{$_}{img} = $img; - $steps{steps}{$_}{raw_text} = translate($o->{steps}{$_}{text}); push @l, gtknew('HBox', spacing => 7, children => [ 1, '', - 0, $steps{steps}{$_}{text} = gtknew('Label', text => $steps{steps}{$_}{raw_text}), + 0, $steps{steps}{$_}{text} = gtknew('Label', text => translate($o->{steps}{$_}{text})), 0, $img, ]); } -- cgit v1.2.1