Kaydet (Commit) b2aabd6c authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS native152 (1.38.46); FILE MERGED

2008/05/19 10:34:21 is 1.38.46.1: #i88939# shorter installation path for multi lingual installation sets
üst a58165cd
......@@ -8,7 +8,7 @@
#
# $RCSfile: download.pm,v $
#
# $Revision: 1.39 $
# $Revision: 1.40 $
#
# This file is part of OpenOffice.org.
#
......@@ -829,6 +829,8 @@ sub put_windows_productpath_into_template
my $locallangs = $$languagestringref;
$locallangs =~ s/_/ /g;
if (length($locallangs) > $installer::globals::max_lang_length) { $locallangs = "multi lingual"; }
if ( ! $installer::globals::languagepack ) { $productpath = $productpath . " (" . $locallangs . ")"; }
replace_one_variable($templatefile, "PRODUCTPATHPLACEHOLDER", $productpath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment