summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgs.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-04 19:04:41 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-04 19:04:55 +0300
commitb6c0516b0535f9f4dc14cd4c6ea506762d56cf3e (patch)
tree960dfb2c07ccef5439b6e89ca09a3588d1170bb0 /plugins/TabSRMM/src/msgs.cpp
parentf49a3ebbe5c0f420ce328b5db3c1723cd0af4ed0 (diff)
small fixes
Diffstat (limited to 'plugins/TabSRMM/src/msgs.cpp')
-rw-r--r--plugins/TabSRMM/src/msgs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp
index 951034efc0..fb07d79f7d 100644
--- a/plugins/TabSRMM/src/msgs.cpp
+++ b/plugins/TabSRMM/src/msgs.cpp
@@ -936,7 +936,7 @@ int IconsChanged(WPARAM, LPARAM)
static void TSAPI InitAPI()
{
CreateServiceFunction(MS_MSG_SENDMESSAGE, SendMessageCommand);
- CreateServiceFunction(MS_MSG_SENDMESSAGE "W", SendMessageCommand_W);
+ CreateServiceFunction(MS_MSG_SENDMESSAGEW, SendMessageCommand_W);
CreateServiceFunction(MS_MSG_GETWINDOWAPI, GetWindowAPI);
CreateServiceFunction(MS_MSG_GETWINDOWCLASS, GetWindowClass);
CreateServiceFunction(MS_MSG_GETWINDOWDATA, GetWindowData);