2014 and fixed some minor typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6478 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
edcddfa71e
commit
c75a00bbe7
141 changed files with 154 additions and 154 deletions
|
@ -1,4 +1,4 @@
|
|||
Copyright © 2002-2013 Joost Verburg
|
||||
Copyright © 2002-2014 Joost Verburg
|
||||
|
||||
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/*
|
||||
|
||||
NSIS Modern User Interface - Version 2.0
|
||||
Copyright 2002-2013 Joost Verburg
|
||||
Copyright 2002-2014 Joost Verburg
|
||||
|
||||
*/
|
||||
|
||||
!ifndef MUI_INCLUDED
|
||||
!echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2013 Joost Verburg"
|
||||
!echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2014 Joost Verburg"
|
||||
|
||||
;--------------------------------
|
||||
!verbose push 3
|
||||
|
|
|
@ -1033,7 +1033,7 @@ LangString PAGE_TITLE ${LANG_ENGLISH} "Title"
|
|||
LangString PAGE_SUBTITLE ${LANG_ENGLISH} "Subtitle"
|
||||
|
||||
Function CustomPageFunction
|
||||
!insermacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE)
|
||||
!insertmacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE)
|
||||
...
|
||||
FuctionEnd
|
||||
</pre>
|
||||
|
@ -1129,7 +1129,7 @@ FunctionEnd</pre>
|
|||
License Terms</h3>
|
||||
<div class="toggle" id="toggle_lic">
|
||||
<pre>
|
||||
Copyright © 2002-2013 Joost Verburg
|
||||
Copyright © 2002-2014 Joost Verburg
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue