diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-05 13:07:06 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-05 13:07:06 +0000 |
commit | 315dcd3bea2b1ec1e485ca8b2cdd049509878014 (patch) | |
tree | cd3782a8bbc1da0fb9500a18aa3229dd37b7f856 /transex3/scripts | |
parent | 9b864e55404b83af298bdb439f56c7307f76584b (diff) |
INTEGRATION: CWS l10nfixooo3b (1.17.4); FILE MERGED
2008/04/22 17:36:07 ihi 1.17.4.3: #i88464# Fixed nonescaped character ...
2008/04/22 17:33:36 ihi 1.17.4.2: #i88464# Fixed nonescaped character
2008/04/22 17:30:58 ihi 1.17.4.1: #i88464# Fixed nonescaped character
Diffstat (limited to 'transex3/scripts')
-rwxr-xr-x | transex3/scripts/localize.pl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/transex3/scripts/localize.pl b/transex3/scripts/localize.pl index 5e8ccee8d803..76a26d305c2e 100755 --- a/transex3/scripts/localize.pl +++ b/transex3/scripts/localize.pl @@ -13,7 +13,7 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # $RCSfile: localize.pl,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # # This file is part of OpenOffice.org. # @@ -332,9 +332,11 @@ sub get_license_header{ "#\n". "# OpenOffice.org - a multi-platform office productivity suite\n". "#\n". -"# \$RCSfile: localize.pl,v $\n". +"# \$RCSfile:". +"localize.pl,v \$\n". "#\n". -"# \$Revision: 1.17 $\n". +"# \$Revision: ". +"1.17.4.1 \$\n". "#\n". "# This file is part of OpenOffice.org.\n". "#\n". |