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