From f761c59dda1d53e5fa88ec706e8afb82b25b1e22 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 8 Jan 2002 10:21:15 +0000 Subject: removed stupid invocation of _("$_"), is it correct code to change it to $_ only ? --- perl-install/standalone/drakautoinst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index c0d640135..1dc3fc2a3 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -157,7 +157,7 @@ if (!$::isEmbedded && $in->isa('interactive_gtk')) { push @box_to_hide, $box; $box->{vis} = 0; my @button_to_hide; - 0, gtksignal_connect(new Gtk::Button(_("$_")), clicked => sub { + 0, gtksignal_connect(new Gtk::Button($_), clicked => sub { if($box->{vis}) { $box->hide(); $box->{vis} = 0; $notebook->set_page(0); } else { $_->hide, $_->{vis}=0 foreach @box_to_hide; @@ -359,6 +359,9 @@ sub control_buttons { #------------------------------------------------- #- $Log$ +#- Revision 1.15 2002/01/08 10:21:15 fpons +#- removed stupid invocation of _("$_"), is it correct code to change it to $_ only ? +#- #- Revision 1.14 2001/11/05 16:07:21 damien #- typo #- -- cgit v1.2.1