summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r--plugins/NewStory/src/history.cpp2
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));