diff options
author | George Hazan <george.hazan@gmail.com> | 2023-09-04 20:07:09 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-09-04 20:07:09 +0300 |
commit | 91ee06013e409dc07ee55bd527f1656f2ac32684 (patch) | |
tree | 7606fce5aa4959e3238f3dcd03fe5b93acaea72e /plugins/NewStory/src/history_menus.cpp | |
parent | 27ec5fe7a4be3b1b6e5f99a705ebe2694ffb8ad1 (diff) |
NewStory: - name conflict solved;
- also fixes #3664 (NewStory: сломано редактирование)
Diffstat (limited to 'plugins/NewStory/src/history_menus.cpp')
-rw-r--r-- | plugins/NewStory/src/history_menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |