diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index e825bc789b..b72b3543fb 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -544,6 +544,7 @@ public: ADDEVENTS tmp = { m_hContact, db_event_first(m_hContact), -1 }; m_histControl.SendMsg(NSM_ADDEVENTS, WPARAM(&tmp), 0); + m_histControl.SendMsg(WM_KEYDOWN, VK_END, 0); Window_SetIcon_IcoLib(m_hwnd, g_plugin.getIconHandle(ICO_NEWSTORY)); |