From 435df01a579a5ce81677e9098bee0ebf3dc97e5d Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 23 Jun 2005 20:10:25 +0000 Subject: [PATCH] fixed bug #1226381 - zip2exe restricts extraction path length git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4130 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/zip2exe/res.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/zip2exe/res.rc b/Contrib/zip2exe/res.rc index b2905b24..c54f93cd 100644 --- a/Contrib/zip2exe/res.rc +++ b/Contrib/zip2exe/res.rc @@ -52,7 +52,7 @@ BEGIN 174,42,12 LTEXT "Default Folder",IDC_DEPST,18,192,48,8 COMBOBOX IDC_INSTPATH,78,192,264,126,CBS_DROPDOWN | WS_VSCROLL | - WS_TABSTOP + WS_TABSTOP | CBS_AUTOHSCROLL LTEXT "Output EXE File",IDC_OEFST,18,210,54,8 EDITTEXT IDC_OUTFILE,78,210,204,12,ES_AUTOHSCROLL PUSHBUTTON "&Browse...",IDC_BROWSE2,288,210,54,13