summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-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 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);