diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-16 08:49:24 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-16 08:49:24 +0200 |
commit | 6cf18be1f2a73e501cf855de4db7dd57a52581d5 (patch) | |
tree | 47bcde1bf26b06895df37a2fcad1882e7a732bb9 /main.cpp | |
parent | f08961f1a4193c49353e8610d557c07c50f6fb67 (diff) |
checking for core version and jabber api
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |