From ad0922106e6750e3beece0150c79c41fb32f9e90 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 14 Jun 2020 14:57:13 +0300 Subject: =?UTF-8?q?fixes=20#2445=20(NewStory:=20=D0=BF=D1=83=D0=BD=D0=BA?= =?UTF-8?q?=D1=82=D1=8B=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=BA?= =?UTF-8?q?=D1=81=D1=82=D0=BD=D0=BE=D0=BC=20=D0=BC=D0=B5=D0=BD=D1=8E=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D0=B0=D0=BA=D1=82=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/history_control.cpp') 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); -- cgit v1.2.3