summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgoptions.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-21 14:18:30 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-21 14:18:30 +0000
commit7a7c887270215690d37bd8208c7a67c5b5bc050d (patch)
treea7eb0c3f5322a14442150e4689c419e316dcd100 /plugins/TabSRMM/src/msgoptions.cpp
parent55148988e8302c760e84319811b903906d716acd (diff)
- fix for saving messages;
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@7318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/msgoptions.cpp')
-rw-r--r--plugins/TabSRMM/src/msgoptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp
index 1fcdddafe8..14662c09fc 100644
--- a/plugins/TabSRMM/src/msgoptions.cpp
+++ b/plugins/TabSRMM/src/msgoptions.cpp
@@ -960,9 +960,9 @@ static INT_PTR CALLBACK DlgProcTypeOptions(HWND hwndDlg, UINT msg, WPARAM wParam
break;
case WM_NOTIFY:
- switch (((NMHDR *) lParam)->idFrom) {
+ switch (((NMHDR*) lParam)->idFrom) {
case IDC_CLIST:
- switch (((NMHDR *) lParam)->code) {
+ switch (((NMHDR*) lParam)->code) {
case CLN_OPTIONSCHANGED:
ResetCList(hwndDlg);
break;