summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-11-23 20:23:23 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-11-23 20:23:23 +0000
commita7ca60f2c217eb28aeb0caac5a9240600ffc57e8 (patch)
tree702ead75ed5143316b0117bdafec478060fca989 /plugins/TabSRMM/src
parentb37aadb6fb078912dbf417fc166b1aeeabd1b249 (diff)
-Atavism in TabSRMM removed (fixes #1098)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r--plugins/TabSRMM/src/chat/chat_resource.h1
-rw-r--r--plugins/TabSRMM/src/chat/options.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat/chat_resource.h b/plugins/TabSRMM/src/chat/chat_resource.h
index 3be170399d..4ae21e844e 100644
--- a/plugins/TabSRMM/src/chat/chat_resource.h
+++ b/plugins/TabSRMM/src/chat/chat_resource.h
@@ -54,7 +54,6 @@
#define IDC_STATIC_ADD 1077
#define IDC_STATIC_ULIST 1078
#define IDC_STATIC_OTHER 1079
-#define IDC_STATIC_MESSAGE 1081
#define IDC_STATIC110 1082
#define IDC_STATIC112 1085
#define IDC_TRAYONLYFORINACTIVE 1086
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp
index 9adb9f46dc..4e0828817a 100644
--- a/plugins/TabSRMM/src/chat/options.cpp
+++ b/plugins/TabSRMM/src/chat/options.cpp
@@ -412,7 +412,6 @@ INT_PTR CALLBACK DlgProcOptions1(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM
InitSetting(pszGroup, "AddToGroup", _T("Chat rooms"));
SetDlgItemText(hwndDlg, IDC_GROUP, pszGroup);
mir_free(pszGroup);
- Utils::showDlgControl(hwndDlg, IDC_STATIC_MESSAGE, SW_HIDE);
}
break;