summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-11-16 08:49:24 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-11-16 08:49:24 +0200
commit6cf18be1f2a73e501cf855de4db7dd57a52581d5 (patch)
tree47bcde1bf26b06895df37a2fcad1882e7a732bb9 /main.cpp
parentf08961f1a4193c49353e8610d557c07c50f6fb67 (diff)
checking for core version and jabber api
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}