commit 23ba5e8389a0b3a012cc4cdefc3493191385def1
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Sun Mar 11 14:37:48 2018 +0100

    Win installer: fix a typo
---
 .../packaging/installer/include/EnvVarUpdate.nsh   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/Win32/packaging/installer/include/EnvVarUpdate.nsh 
b/development/Win32/packaging/installer/include/EnvVarUpdate.nsh
index 12de15f..e67472c 100644
--- a/development/Win32/packaging/installer/include/EnvVarUpdate.nsh
+++ b/development/Win32/packaging/installer/include/EnvVarUpdate.nsh
@@ -261,7 +261,7 @@ Function ${UN}EnvVarUpdate
       ${If} $6 == 1
         DetailPrint "appended to $1"
       ${Else}
-        #DetailPrint "Target was appended to $1"
+        DetailPrint "Target was appended to $1"
       ${EndIf}
     ${Else}                                ;  If Prepend (and EnvVar is not 
empty),
       StrCpy $0 $4;$0                      ;     prepend PathString

Reply via email to