bump to 1.78
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5165 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7a3afe67c9
commit
964984ad00
3 changed files with 12 additions and 9 deletions
|
@ -1,5 +1,10 @@
|
|||
NSIS Modern User Interface - VERSION HISTORY
|
||||
|
||||
1.78 - June 8, 2007
|
||||
* Added MUI_STARTMENUPAGE_BGCOLOR
|
||||
* Added MUI_DIRECTORYPAGE_BGCOLOR
|
||||
* Added MUI_LANGDLL_ALLLANGUAGES
|
||||
|
||||
1.77 - April 27, 2007
|
||||
* Added MUI_FINISHPAGE_CANCEL_ENABLED
|
||||
* Added MUI_FINISHPAGE_REBOOTLATER_DEFAULT
|
||||
|
|
|
@ -1244,13 +1244,11 @@ Start Menu Folder page: <a href=
|
|||
<h1>Version History</h1>
|
||||
<div>
|
||||
<ul>
|
||||
<li>1.77 - April 27, 2006
|
||||
<li>1.78 - June 8, 2007
|
||||
<ul>
|
||||
<li>Added MUI_FINISHPAGE_CANCEL_ENABLED</li>
|
||||
<li>Added MUI_FINISHPAGE_REBOOTLATER_DEFAULT</li>
|
||||
<li>Block unsupported languages in the language selection dialog</li>
|
||||
<li>Cancel button no longer enabled by default on the finish page</li>
|
||||
<li>Reduced flicker caused by MUI_HEADER_TRANSPARENT_TEXT</li>
|
||||
<li>Added MUI_STARTMENUPAGE_BGCOLOR</li>
|
||||
<li>Added MUI_DIRECTORYPAGE_BGCOLOR</li>
|
||||
<li>Added MUI_LANGDLL_ALLLANGUAGES</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;NSIS Modern User Interface version 1.77
|
||||
;NSIS Modern User Interface version 1.78
|
||||
;Macro System
|
||||
;Written by Joost Verburg
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
;License: License.txt
|
||||
;Examples: Examples\Modern UI
|
||||
|
||||
!echo "NSIS Modern User Interface version 1.77 - © 2002-2007 Joost Verburg"
|
||||
!echo "NSIS Modern User Interface version 1.78 - © 2002-2007 Joost Verburg"
|
||||
|
||||
;--------------------------------
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
!include "WinMessages.nsh"
|
||||
!verbose pop
|
||||
|
||||
!define MUI_SYSVERSION "1.77"
|
||||
!define MUI_SYSVERSION "1.78"
|
||||
|
||||
Var /GLOBAL MUI_TEMP1
|
||||
Var /GLOBAL MUI_TEMP2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue