From e87226b07ba125c203d6a810d09cf322e8734bcf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 8 Jun 2020 13:12:11 +0300 Subject: =?UTF-8?q?fixes=20#2432=20(NewStory:=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D0=B8=20=D0=BE=D0=BA?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B8=D1=81=D1=82=D0=BE=D1=80=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=B2=D1=8B=D0=B4=D0=B5=D0=BB=D1=8F=D1=82=D1=8C=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=81=D0=BB=D0=B5=D0=B4=D0=BD=D0=B5=D0=B5=20=D1=81=D0=BE=D0=BE?= =?UTF-8?q?=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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)); -- cgit v1.2.3