summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index eeaa102..a7595b1 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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;
}
}