diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-04 19:04:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-04 19:04:55 +0300 |
commit | b6c0516b0535f9f4dc14cd4c6ea506762d56cf3e (patch) | |
tree | 960dfb2c07ccef5439b6e89ca09a3588d1170bb0 /plugins/TabSRMM/src | |
parent | f49a3ebbe5c0f420ce328b5db3c1723cd0af4ed0 (diff) |
small fixes
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/msgs.cpp | 2 |
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);
|