From b46ac460b4c7e1a3b331d0846ccd75af40c39035 Mon Sep 17 00:00:00 2001 From: kb2qzv Date: Tue, 24 Feb 2004 08:15:28 +0000 Subject: [PATCH] reversing back to $filter = text-extract.pl. --- misc/translator/tmpl_process.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/translator/tmpl_process.pl b/misc/translator/tmpl_process.pl index 2c267c6d62..7576a013ec 100755 --- a/misc/translator/tmpl_process.pl +++ b/misc/translator/tmpl_process.pl @@ -36,7 +36,7 @@ if( !@in_files || !defined($str_file) ) # Type match defaults to *.tmpl if not specified $type = "tmpl|inc" if !defined($type); -$filter = "./text-extract2.pl -f" if !defined($filter); +$filter = "./text-extract.pl -f" if !defined($filter); # Input is not a file nor a directory if( !(-d $in_files[0]) && !(-f $in_files[0])) { -- 2.39.2