diff options
Diffstat (limited to 'plugins/NewStory')
-rw-r--r-- | plugins/NewStory/src/history_dlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_dlg.cpp b/plugins/NewStory/src/history_dlg.cpp index 2443370197..e97641f381 100644 --- a/plugins/NewStory/src/history_dlg.cpp +++ b/plugins/NewStory/src/history_dlg.cpp @@ -1037,7 +1037,7 @@ INT_PTR svcShowNewstory(WPARAM hContact, LPARAM) HWND hwnd = (HWND)WindowList_Find(g_hNewstoryWindows, hContact); if (!hwnd) { auto *pDlg = new CHistoryDlg(hContact); - pDlg->Create(); + pDlg->Show(); hwnd = pDlg->GetHwnd(); } |