From e60f850bd65f0fb2aeec57b529c606ffad75db71 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 18 Feb 2013 08:18:55 +0000 Subject: - TabSRMM: outdated notice removed git-svn-id: http://svn.miranda-ng.org/main/trunk@3624 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/typingnotify.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/typingnotify.cpp b/plugins/TabSRMM/src/typingnotify.cpp index 5214fadf5d..e314058636 100644 --- a/plugins/TabSRMM/src/typingnotify.cpp +++ b/plugins/TabSRMM/src/typingnotify.cpp @@ -163,8 +163,6 @@ static INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA if (!ServiceExists(MS_POPUP_ADDPOPUPT)) SetDlgItemText(hwndDlg, IDC_INFO, TranslateT("Warning: Popup plugin not found.")); - else if (!PopupService) - SetDlgItemText(hwndDlg, IDC_INFO, TranslateT("Warning: Current Popup plugin version is not supported.")); if (ColorMode == COLOR_WINDOWS) { CheckDlgButton(hwndDlg, IDC_USEWINCOLORS, BST_CHECKED); Utils::enableDlgControl(hwndDlg, IDC_USEPOPUPCOLORS, FALSE); -- cgit v1.2.3