Little typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2024 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3425f84a88
commit
3e78d6f50f
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ int createCfgDlg()
|
|||
break;
|
||||
}
|
||||
|
||||
if (pFields[nIdx.nFlags & FLAG_DISABLED) dwStyle |= WS_DISABLED;
|
||||
if (pFields[nIdx].nFlags & FLAG_DISABLED) dwStyle |= WS_DISABLED;
|
||||
|
||||
HWND hwCtrl = pFields[nIdx].hwnd = CreateWindowEx(
|
||||
dwExStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue