diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-03 18:24:24 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-03 18:24:24 +0200 |
commit | bb3438a3b447fb5e11e53404265e956c9d580433 (patch) | |
tree | 74abc817ab68de8ca7e7ea576856c1b9f1f74e3e /main.cpp | |
parent | 8978ac1fbb26efc1a4c4099e47d5daeaa054043c (diff) |
modified: main.cpp
modified: messages.cpp
modified: new_gpg.sln
modified: new_gpg.vcxproj
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -604,6 +604,7 @@ static BOOL CALLBACK DlgProcGpgBinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LP mir_free(tmp); if(gpg_exists && lang_exists && !bad_version) MessageBox(0, _T("You have supported version of gpg binary, and gpg language file in place!\ngpg plugin should work fine on your installation!\njust press ok in wollowing diallog."), _T("Info"), MB_OK); + CheckDlgButton(hwndDlg, IDC_AUTO_EXCHANGE, 1); return TRUE; } |