From 6c366338a904726042ffb627a3d1b96dce1d07a5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 Apr 2020 13:21:02 +0300 Subject: =?UTF-8?q?fxies=20#2305=20(NewStory:=20=D0=BD=D0=B5=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D1=85=D0=BE=D0=B4=20=D0=B2=20=D0=BD=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewStory') diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index 9497caa130..f14ce4b38b 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -773,11 +773,11 @@ INT_PTR CALLBACK HistoryDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPara // break; case ID_LOGOPTIONS_OPTIONS: - g_plugin.openOptions(nullptr, L"Newstory", L"General"); + g_plugin.openOptions(L"History", L"Newstory" /*, L"General" */); break; case ID_LOGOPTIONS_TEMPLATES: - g_plugin.openOptions(nullptr, L"Newstory", L"Templates"); + g_plugin.openOptions(L"History", L"Newstory" /* , L"Templates" */ ); break; } PostMessage(hwnd, WM_SIZE, 0, 0); -- cgit v1.2.3