[Libreoffice-commits] .: solenv/bin
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jan 24 04:06:58 PST 2013
solenv/bin/modules/installer/windows/property.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3c0f360995741c16e93f49b1a1e771d0f4e40dc7
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Jan 24 12:52:55 2013 +0100
fdo#59798: MSI installer spurious space in version number
(regression from e024a8d88dbca3a2d178ad88c069721a92156ddf)
Change-Id: I0a94f7265d310f0f5c48c747ffca49a7aeb05a01
diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index 58435d6..796b87b 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -160,7 +160,7 @@ sub get_productname_for_property_table($$)
if ( $allvariables->{'PRODUCTEXTENSION'} )
{
$productextension = $allvariables->{'PRODUCTEXTENSION'};
- $productname = $productname . " " . $productextension;
+ $productname = $productname . $productextension;
}
if ( $installer::globals::languagepack )
More information about the Libreoffice-commits
mailing list