Crash fixes, including firewall problems, many Optimizations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3243 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
17b58ae2d9
commit
959b379381
4 changed files with 167 additions and 91 deletions
|
@ -26,8 +26,9 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
// Dialog
|
||||
//
|
||||
|
||||
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 265, 104
|
||||
IDD_DIALOG1 DIALOGEX 0, 0, 265, 104
|
||||
STYLE DS_CONTROL | WS_CHILD
|
||||
EXSTYLE WS_EX_NOPARENTNOTIFY
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",NOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue