[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nsis-commits
Subject:    [NSIS-commits] SF.net SVN: nsis:[6836] NSIS/trunk
From:       anders_k () users ! sourceforge ! net
Date:       2017-01-20 21:15:49
Message-ID: E1cUgXJ-0006Gt-Ri () sfs-ml-1 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 6836
          http://sourceforge.net/p/nsis/code/6836
Author:   anders_k
Date:     2017-01-20 21:15:49 +0000 (Fri, 20 Jan 2017)
Log Message:
-----------
Fixed unbalanced push/pop in MUI_UNGETLANGUAGE (MUI v1)

Modified Paths:
--------------
    NSIS/trunk/Contrib/Modern UI/System.nsh
    NSIS/trunk/Source/exehead/Main.c

Modified: NSIS/trunk/Contrib/Modern UI/System.nsh
===================================================================
--- NSIS/trunk/Contrib/Modern UI/System.nsh	2017-01-15 15:20:07 UTC (rev 6835)
+++ NSIS/trunk/Contrib/Modern UI/System.nsh	2017-01-20 21:15:49 UTC (rev 6836)
@@ -2192,7 +2192,8 @@
 
 !macro MUI_UNGETLANGUAGE
 
-  !verbose pop
+  !verbose push
+  !verbose ${MUI_VERBOSE}
 
   !ifdef MUI_LANGDLL_REGISTRY_ROOT & MUI_LANGDLL_REGISTRY_KEY & \
MUI_LANGDLL_REGISTRY_VALUENAME  

Modified: NSIS/trunk/Source/exehead/Main.c
===================================================================
--- NSIS/trunk/Source/exehead/Main.c	2017-01-15 15:20:07 UTC (rev 6835)
+++ NSIS/trunk/Source/exehead/Main.c	2017-01-20 21:15:49 UTC (rev 6836)
@@ -119,6 +119,9 @@
         "CRYPTBASE\0" // Win7 without KB2533623: OleInitialize ... RPCRT4.UuidCreate \
                ... RPCRT4.GenerateRandomNumber
         "OLEACC\0" // Vista: SHFileOperation ... SHELL32.CProgressDialogUI::_Setup \
                ... SHELL32.GetRoleTextW
         "CLBCATQ\0" // XP.SP2&SP3: SHAutoComplete ... \
OLE32!InitializeCatalogIfNecessary ... OLE32!CComCatalog::TryToLoadCLB +#ifndef \
NSIS_SUPPORT_GETDLLVERSION +        "VERSION\0"
+#endif
       ;
       const char *dll;
       for (dll = preload; dll[0]; dll += lstrlenA(dll) + 1)

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
NSIS-commits mailing list
NSIS-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nsis-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic