diff options
Diffstat (limited to 'plugins/NewStory/src/history_control.cpp')
-rw-r--r-- | plugins/NewStory/src/history_control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 22e515eb3f..76b8b9b2f0 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -5,7 +5,7 @@ HANDLE htuLog = 0; static WNDPROC OldEditWndProc; -static wchar_t wszDelete[] = LPGENW("Are you sure to remove all events from history?"); +wchar_t wszDelete[] = LPGENW("Are you sure to remove all events from history?"); static LRESULT CALLBACK HistoryEditWndProc(HWND, UINT, WPARAM, LPARAM); |