diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -168,6 +168,7 @@ static BOOL CALLBACK DlgProcFirstRun(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM {
if(hdr->hdr.code == LVN_ITEMCHANGED)
{
+ EnableWindow(GetDlgItem(hwndDlg, ID_OK), 1);
itemnum = hdr->iItem;
}
}
|