fix apropos for multi language (at least so it works a bit)
[spider.git] / cmd / apropos.pl
index 8e4d4eb24fff17d4943e3db394bb13b3038b5771..9b7bcde9c4ce50e8d70f806d91e8ad0472e4470a 100644 (file)
@@ -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")) {