diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-13 03:08:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-13 03:08:19 +0300 |
commit | 47be0fda4fb11916325c2ff3b55e24501ab43ea1 (patch) | |
tree | 4a7aa25102096bf63239dbc7f8a15fb7e10435ca /main.cpp | |
parent | 72f3ccc35b220489bf52abd2abe1d901c87acb2c (diff) |
modified: main.cpp
modified: new_gpg.icproj
modified: new_gpg.rc
modified: new_gpg.vcproj
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;
}
}
|