Kaydet (Commit) 5683be1c authored tarafından Andras Timar's avatar Andras Timar

enable to replace the vendor name in Windows installer, bnc#571489

üst 2f375ff5
......@@ -284,7 +284,7 @@ en-US = "< &Back"
en-US = "Cancel"
[OOO_CONTROL_124]
en-US = "Build contributed in collaboration with the community by The Document Foundation. For credits, see: http://www.documentfoundation.org"
en-US = "Build contributed in collaboration with the community by [Manufacturer]. For credits, see: http://www.documentfoundation.org"
[OOO_CONTROL_125]
en-US = "&Next >"
......
......@@ -886,7 +886,7 @@ sub change_patchmetadata_table
if ( $allvariables->{'PROPERTYTABLEPRODUCTNAME'} ) { $targetproductnamevalue = $allvariables->{'PROPERTYTABLEPRODUCTNAME'}; }
my $manufacturerstring = "ManufacturerName";
my $manufacturervalue = "LibreOffice";
my $manufacturervalue = $ENV{'OOO_VENDOR'};
if ( $installer::globals::longmanufacturer ) { $manufacturervalue = $installer::globals::longmanufacturer; }
my $displaynamestring = "DisplayName";
......
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