diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-18 09:55:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-18 09:55:38 +0000 |
commit | d49a6ef6cea55c61f81866fa2d588690c8bc1b80 (patch) | |
tree | eb288f25dac64ea4f92f34a9281ecfa54a51e57a /plugins/TabSRMM | |
parent | 169bc44777949115a08dfde54578867a04ba32cb (diff) |
- TabSRMM: outdated notice removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@3628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 1 | ||||
-rw-r--r-- | plugins/TabSRMM/src/typingnotify.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 02594a8225..7247cce001 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -465,7 +465,6 @@ BEGIN CTEXT "Back",IDC_STATIC,22,35,33,8
CONTROL "",IDC_TYPEON_BG,"ColourPicker",WS_TABSTOP,58,33,24,12
CTEXT "Text",IDC_STATIC,89,35,29,8
- CTEXT "",IDC_INFO,148,38,157,28
END
IDD_TEMPLATEEDIT DIALOGEX 0, 0, 368, 231
diff --git a/plugins/TabSRMM/src/typingnotify.cpp b/plugins/TabSRMM/src/typingnotify.cpp index 5078b69666..6f65934041 100644 --- a/plugins/TabSRMM/src/typingnotify.cpp +++ b/plugins/TabSRMM/src/typingnotify.cpp @@ -161,8 +161,6 @@ static INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA case WM_INITDIALOG: {
TranslateDialogDefault(hwndDlg);
- if (!ServiceExists(MS_POPUP_ADDPOPUPT))
- SetDlgItemText(hwndDlg, IDC_INFO, TranslateT("Warning: Popup plugin not found."));
if (ColorMode == COLOR_WINDOWS) {
CheckDlgButton(hwndDlg, IDC_USEWINCOLORS, BST_CHECKED);
Utils::enableDlgControl(hwndDlg, IDC_USEPOPUPCOLORS, FALSE);
|