diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-18 08:18:55 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-18 08:18:55 +0000 |
commit | e60f850bd65f0fb2aeec57b529c606ffad75db71 (patch) | |
tree | 781fe9c27e3b2248613c03cf0acfab8dde378e9b | |
parent | eb83d6bc18d485d65a7cbfe8368e203327cf0ae3 (diff) |
- TabSRMM: outdated notice removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@3624 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 5 | ||||
-rw-r--r-- | plugins/TabSRMM/src/typingnotify.cpp | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 7184dc3fd4..02594a8225 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -16,7 +16,7 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Нейтральный resources
+// Neutral resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
@@ -465,6 +465,7 @@ 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
@@ -898,7 +899,7 @@ BEGIN END
#endif // APSTUDIO_INVOKED
-#endif // Нейтральный resources
+#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
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);
|