From 6cf18be1f2a73e501cf855de4db7dd57a52581d5 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 16 Nov 2010 08:49:24 +0200 Subject: checking for core version and jabber api --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index c5567ac..7a189e2 100644 --- a/main.cpp +++ b/main.cpp @@ -604,6 +604,8 @@ 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); + extern bool bIsMiranda09; + EnableWindow(GetDlgItem(hwndDlg, IDC_AUTO_EXCHANGE), bIsMiranda09); return TRUE; } -- cgit v1.2.3