summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-30 16:30:01 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-30 16:30:01 +0000
commit88269a256653d22750c466f0d7ad4a0f35c85822 (patch)
treecd285182523104be97048d7a1ace19668b0d5a05 /transex3
parent68793161c4ac83c51fe30421c93e4b0c5b32c3eb (diff)
INTEGRATION: CWS help2 (1.2.2); FILE MERGED
2004/08/23 12:38:18 ihi 1.2.2.1: extensions xml -> xhp
Diffstat (limited to 'transex3')
-rwxr-xr-xtransex3/scripts/localize.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/scripts/localize.pl b/transex3/scripts/localize.pl
index 59f779e57510..142a94fe4e92 100755
--- a/transex3/scripts/localize.pl
+++ b/transex3/scripts/localize.pl
@@ -6,9 +6,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: localize.pl,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2004-08-02 16:24:26 $
+# last change: $Author: kz $ $Date: 2004-08-30 17:30:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -87,7 +87,7 @@ my $languages;
# ( leftpart ) ( rightpart )
# prj file dummy type gid lid helpid pform width lang text helptext qhelptext title timestamp
my $sdf_regex = "((([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t])*\t([^\t]*)\t([^\t]*))\t([^\t]*)\t(([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t)([^\t]*))";
-my $file_types = "(src|hrc|xcs|xcu|lng|ulf|xrm|xml|xcd|xgf|xxl|xrb)";
+my $file_types = "(src|hrc|xcs|xcu|lng|ulf|xrm|xhp|xcd|xgf|xxl|xrb)";
#### main ####