diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-04-18 02:16:38 -0700 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-05-04 10:38:47 +0200 |
commit | 482bd8f7f14600ac7b509b936f0610452c6bbeff (patch) | |
tree | 7935d2c7d92bd4f44939cff71fc259a0ebbe99fd /solenv | |
parent | 9238f6ca7701da9995aac7f9ff111add87facf23 (diff) |
[cp] Collabora Office EULA
Change-Id: Ia380db465f5094216cb36526f6cc178043376356
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/windows/idtglobal.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/idtglobal.pm b/solenv/bin/modules/installer/windows/idtglobal.pm index 26c8e951c9c9..00c466b459e3 100644 --- a/solenv/bin/modules/installer/windows/idtglobal.pm +++ b/solenv/bin/modules/installer/windows/idtglobal.pm @@ -813,7 +813,7 @@ sub get_rtflicensefilesource { my ($language, $includepatharrayref) = @_; - my $licensefilename = "license_" . $language . ".rtf"; + my $licensefilename = "EULA_en-US.rtf"; my $sourcefileref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$licensefilename, $includepatharrayref, 1); |