summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-01-08 10:21:15 +0000
committerFrancois Pons <fpons@mandriva.com>2002-01-08 10:21:15 +0000
commitf761c59dda1d53e5fa88ec706e8afb82b25b1e22 (patch)
treefae86a7890852dcff3d73899c0503ac5a1ed7e38 /perl-install
parentba1dda8ab63f323e429807b02d8c6862c5275150 (diff)
downloaddrakx-backup-do-not-use-f761c59dda1d53e5fa88ec706e8afb82b25b1e22.tar
drakx-backup-do-not-use-f761c59dda1d53e5fa88ec706e8afb82b25b1e22.tar.gz
drakx-backup-do-not-use-f761c59dda1d53e5fa88ec706e8afb82b25b1e22.tar.bz2
drakx-backup-do-not-use-f761c59dda1d53e5fa88ec706e8afb82b25b1e22.tar.xz
drakx-backup-do-not-use-f761c59dda1d53e5fa88ec706e8afb82b25b1e22.zip
removed stupid invocation of _("$_"), is it correct code to change it to $_ only ?
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakautoinst5
1 files changed, 4 insertions, 1 deletions
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
#-