diff options
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index 9496d3e5c0..b55c9318ce 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -560,7 +560,7 @@ public: } if (m_hContact != INVALID_CONTACT_ID) - PostMessage(m_histControl.GetHwnd(), WM_USER, m_hContact, 0); + PostMessage(m_histControl.GetHwnd(), NSM_ADDHISTORY, m_hContact, 0); Window_SetIcon_IcoLib(m_hwnd, g_plugin.getIconHandle(ICO_NEWSTORY)); |