From e4110132f0123c2b3da9deb5b55c915e4178b07d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 1 May 2020 20:14:18 +0300 Subject: fix for Options button behaviour --- plugins/NewStory/src/history.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewStory/src') diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index d00839b515..0b761fa457 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -743,11 +743,11 @@ public: switch (TrackPopupMenu(GetSubMenu(m_hMenu, 2), TPM_RETURNCMD, rc.left, rc.bottom, 0, m_hwnd, NULL)) { case ID_LOGOPTIONS_OPTIONS: - g_plugin.openOptions(L"History", L"Newstory" /*, L"General" */); + g_plugin.openOptions(L"History", L"NewStory", L"Advanced"); break; case ID_LOGOPTIONS_TEMPLATES: - g_plugin.openOptions(L"History", L"Newstory" /* , L"Templates" */); + g_plugin.openOptions(L"History", L"NewStory", L"Templates"); break; } PostMessage(m_hwnd, WM_SIZE, 0, 0); -- cgit v1.2.3