From 482bd8f7f14600ac7b509b936f0610452c6bbeff Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 18 Apr 2014 02:16:38 -0700 Subject: [cp] Collabora Office EULA Change-Id: Ia380db465f5094216cb36526f6cc178043376356 --- solenv/bin/modules/installer/windows/idtglobal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/bin') 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); -- cgit