From: minima Date: Wed, 12 Dec 2001 18:48:09 +0000 (+0000) Subject: fix apropos for multi language (at least so it works a bit) X-Git-Tag: R_1_50~146 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4a351341392cf663c7256a352dc0c9f027fa48a;p=spider.git fix apropos for multi language (at least so it works a bit) --- diff --git a/cmd/apropos.pl b/cmd/apropos.pl index 8e4d4eb2..9b7bcde9 100644 --- a/cmd/apropos.pl +++ b/cmd/apropos.pl @@ -30,7 +30,7 @@ unless ($defh->open("$main::localcmd/Commands_en.hlp")) { } my $h; -unless ($lang ne 'en') { +if ($lang ne 'en') { $h = new IO::File; unless ($h->open("$main::localcmd/Commands_$lang.hlp")) { unless($h->open("$main::cmd/Commands_$lang.hlp")) {