diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-08-18 11:47:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-08-18 11:47:23 +0000 |
commit | 1f97e1c86b76883eb10a757ee75840d1feeca941 (patch) | |
tree | 730161adcf9448a5cb075f4a03d06fa44e8904e0 | |
parent | 5470eaa21b5969dceded4f504d473c3fc4103d5b (diff) |
INTEGRATION: CWS debianer (1.19.32); FILE MERGED
2005/08/05 11:55:27 is 1.19.32.1: #i51749# english nsis installer for special languages
-rw-r--r-- | solenv/bin/modules/installer/download.pm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm index ccc87383d804..bf3489eca9a9 100644 --- a/solenv/bin/modules/installer/download.pm +++ b/solenv/bin/modules/installer/download.pm @@ -2,9 +2,9 @@ # # $RCSfile: download.pm,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: rt $ $Date: 2005-06-29 09:42:16 $ +# last change: $Author: rt $ $Date: 2005-08-18 12:47:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -1039,7 +1039,9 @@ sub remove_english_for_nsis_installer my ($languagestringref, $languagesarrayref) = @_; # $$languagestringref =~ s/en-US_//; - shift(@{$languagesarrayref}); + # shift(@{$languagesarrayref}); + + @{$languagesarrayref} = ("en-US"); # only english for NSIS installer! } #################################################### |