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
This commit is contained in:
parent
e7ef640fad
commit
435df01a57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue