summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_control.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-06-14 14:57:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-06-14 14:57:13 +0300
commitad0922106e6750e3beece0150c79c41fb32f9e90 (patch)
tree20981b91ce0dd0be3a2be00b5b5de204d1de853a /plugins/NewStory/src/history_control.cpp
parent8ababad49b71c33ab400401098483f206b006b5c (diff)
fixes #2445 (NewStory: пункты в контекстном меню контакта)
Diffstat (limited to 'plugins/NewStory/src/history_control.cpp')
-rw-r--r--plugins/NewStory/src/history_control.cpp2
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);