Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1843

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/43/1843/1

fdo#59798: MSI installer spurious space in version number

(regression from e024a8d88dbca3a2d178ad88c069721a92156ddf)

Change-Id: I0a94f7265d310f0f5c48c747ffca49a7aeb05a01
(cherry picked from commit 3c0f360995741c16e93f49b1a1e771d0f4e40dc7)
Reviewed-on: https://gerrit.libreoffice.org/1840
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
(cherry picked from commit 72f0e26b6a5f7b3bb32d713227de189e0a7a2b4f)
---
M solenv/bin/modules/installer/windows/property.pm
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/solenv/bin/modules/installer/windows/property.pm 
b/solenv/bin/modules/installer/windows/property.pm
index 56f4ba5d..fddb6c4 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -167,7 +167,7 @@
     if ( $allvariables->{'PRODUCTEXTENSION'} )
     {
         $productextension = $allvariables->{'PRODUCTEXTENSION'};
-        $productname = $productname . " " . $productextension;
+        $productname = $productname . $productextension;
     }
 
     if ( $installer::globals::languagepack )

-- 
To view, visit https://gerrit.libreoffice.org/1843
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a94f7265d310f0f5c48c747ffca49a7aeb05a01
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0-0
Gerrit-Owner: Michael Stahl <mstahl@redhat.com>
Gerrit-Reviewer: Andras Timar <atimar@suse.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.