- NSISdl will now take the installer's style
- Little typo in script.cpp git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2569 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
409385923a
commit
3c29d31593
5 changed files with 39 additions and 15 deletions
|
@ -30,9 +30,11 @@ IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 265, 104
|
|||
STYLE DS_CONTROL | WS_CHILD
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
|
||||
0,36,265,11
|
||||
CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",NOT
|
||||
WS_VISIBLE | WS_BORDER,0,36,265,11
|
||||
CTEXT "",IDC_STATIC2,0,25,263,8
|
||||
CONTROL "Progress1",IDC_PROGRESS2,"msctls_progress32",PBS_SMOOTH |
|
||||
NOT WS_VISIBLE | WS_BORDER,0,37,265,11
|
||||
END
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue