Bumped zip2exe version and linked to bugreport in history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6749 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6e0e1495ca
commit
07c32a0f03
3 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
version 0.38 (by Anders Kjersem)
|
||||||
|
* Aborts if the zip file is encrypted
|
||||||
|
|
||||||
version 0.37 (by Anders Kjersem)
|
version 0.37 (by Anders Kjersem)
|
||||||
* Unicode checkbox
|
* Unicode checkbox
|
||||||
* No output log length limit
|
* No output log length limit
|
||||||
|
|
|
@ -29,7 +29,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
IDD_DIALOG1 DIALOGEX 0, 0, 360, 271
|
IDD_DIALOG1 DIALOGEX 0, 0, 360, 271
|
||||||
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION |
|
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION |
|
||||||
WS_SYSMENU
|
WS_SYSMENU
|
||||||
CAPTION "Zip2Exe 0.37"
|
CAPTION "Zip2Exe 0.38"
|
||||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
ICON IDI_ICON1,IDC_NSISICON,6,6,20,20
|
ICON IDI_ICON1,IDC_NSISICON,6,6,20,20
|
||||||
|
|
|
@ -8,7 +8,7 @@ Released on ???? ?nd, 2016
|
||||||
|
|
||||||
\S2{} Minor Changes
|
\S2{} Minor Changes
|
||||||
|
|
||||||
\b Zip2Exe aborts if the zip file is encrypted
|
\b Zip2Exe aborts if the zip file is encrypted (\W{http://sf.net/p/nsis/bugs/1141}{bug #1141})
|
||||||
|
|
||||||
\S2{} Translations
|
\S2{} Translations
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue