summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-05-01 20:14:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-05-01 20:14:18 +0300
commite4110132f0123c2b3da9deb5b55c915e4178b07d (patch)
tree5ab918be9814af5a75d0cbfe94a94b3a57f8cac4 /plugins/NewStory/src
parent5d44e9ca01dd29effb753a7adeddf041f05526a6 (diff)
fix for Options button behaviour
Diffstat (limited to 'plugins/NewStory/src')
-rw-r--r--plugins/NewStory/src/history.cpp4
1 files changed, 2 insertions, 2 deletions
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);