From 4a3f5ecb73cd38c1ac88a85f5da93df171baf499 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 25 Jun 2004 10:48:31 +0000 Subject: [PATCH] bump zip2exe version to 0.32 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3574 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/zip2exe/main.cpp | 3 +++ Contrib/zip2exe/res.rc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Contrib/zip2exe/main.cpp b/Contrib/zip2exe/main.cpp index c4a954d3..8cbebef0 100644 --- a/Contrib/zip2exe/main.cpp +++ b/Contrib/zip2exe/main.cpp @@ -4,6 +4,9 @@ /* +version 0.32 +* Fixed codepage problems + version 0.31 (by Joost Verburg) * LZMA compression support * Fixed compression setting diff --git a/Contrib/zip2exe/res.rc b/Contrib/zip2exe/res.rc index 44b86aa3..b2905b24 100644 --- a/Contrib/zip2exe/res.rc +++ b/Contrib/zip2exe/res.rc @@ -29,7 +29,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDD_DIALOG1 DIALOGEX 0, 0, 360, 271 STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Zip2Exe 0.31" +CAPTION "Zip2Exe 0.32" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_ICON1,IDC_NSISICON,6,6,20,20