diff options
Diffstat (limited to 'plugins/NewStory/src/calendartool.cpp')
-rw-r--r-- | plugins/NewStory/src/calendartool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/calendartool.cpp b/plugins/NewStory/src/calendartool.cpp index 64e837e913..e7cd6041dd 100644 --- a/plugins/NewStory/src/calendartool.cpp +++ b/plugins/NewStory/src/calendartool.cpp @@ -84,5 +84,5 @@ time_t CalendarTool_Show(HWND hwnd, int x, int y) CalendarToolData *data = new CalendarToolData; data->x = x; data->y = y; - return DialogBoxParam(g_plugin.getInst(), MAKEINTRESOURCE(IDD_CALENDARTOOL), 0, CalendarToolDlgProc, (LPARAM)data); + return DialogBoxParam(g_plugin.getInst(), MAKEINTRESOURCE(IDD_CALENDARTOOL), hwnd, CalendarToolDlgProc, (LPARAM)data); }
\ No newline at end of file |