summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-04-18 02:16:38 -0700
committerAndras Timar <andras.timar@collabora.com>2019-06-15 11:01:56 +0200
commit44c65f958a5fbcef5520c72fc6a747495e98cc72 (patch)
tree489eeebc19953c164a2004817903cf12ad3a3f1b /solenv
parenta38ec2c8f61296ef05025a16cf002796f84f6610 (diff)
Collabora Office EULA
Change-Id: Ia380db465f5094216cb36526f6cc178043376356
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/idtglobal.pm2
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);