diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-16 05:21:30 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-16 05:21:30 +0300 |
commit | f1e373bfacff144a1ab2a27898f835ceb774439a (patch) | |
tree | e95c30560c43332dc439817809fe560ea22ddf5d /main.cpp | |
parent | 4b450ea4b601cdb2fe0a2ee42170a6b552738a52 (diff) |
modified: main.cpp
modified: new_gpg.rc
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -356,6 +356,7 @@ static BOOL CALLBACK DlgProcKeyGenDialog(HWND hwndDlg, UINT msg, WPARAM wParam, TranslateDialogDefault(hwndDlg);
ComboBoxAddStringUtf(GetDlgItem(hwndDlg, IDC_KEY_TYPE), _T("RSA"), 0);
ComboBoxAddStringUtf(GetDlgItem(hwndDlg, IDC_KEY_TYPE), _T("DSA"), 1);
+ SendDlgItemMessage(hwndDlg, IDC_KEY_TYPE, CB_SETCURSEL, (WPARAM)1, 0);
SetDlgItemInt(hwndDlg, IDC_KEY_EXPIRE_DATE, 0, 0);
SetDlgItemInt(hwndDlg, IDC_KEY_LENGTH, 2048, 0);
return TRUE;
|