From bb3438a3b447fb5e11e53404265e956c9d580433 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 3 Nov 2010 18:24:24 +0200 Subject: modified: main.cpp modified: messages.cpp modified: new_gpg.sln modified: new_gpg.vcxproj --- main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index c5567ac..562a86d 100644 --- a/main.cpp +++ b/main.cpp @@ -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; } -- cgit v1.2.3