From 91ee06013e409dc07ee55bd527f1656f2ac32684 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 Sep 2023 20:07:09 +0300 Subject: NewStory: - name conflict solved; MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - also fixes #3664 (NewStory: сломано редактирование) --- plugins/NewStory/src/history_menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/history_menus.cpp') diff --git a/plugins/NewStory/src/history_menus.cpp b/plugins/NewStory/src/history_menus.cpp index a10c6af918..fb2c2c356f 100644 --- a/plugins/NewStory/src/history_menus.cpp +++ b/plugins/NewStory/src/history_menus.cpp @@ -58,7 +58,7 @@ static INT_PTR NSMenuHelper(WPARAM wParam, LPARAM lParam) break; case MENU_SELECTALL: - SendMessage(pData->hwnd, NSM_SELECTITEMS, 0, pData->totalCount - 1); + SendMessage(pData->m_hwnd, NSM_SELECTITEMS, 0, pData->totalCount - 1); break; case MENU_SAVEAS: -- cgit v1.2.3