diff options
author | Mataes <mataes2007@gmail.com> | 2020-05-04 17:02:29 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-05-04 17:02:29 +0300 |
commit | 753c846cdadbc9a9186297d43e2f36692d2c354f (patch) | |
tree | 176ca6bc59b91fe72ee7527b20f3e9e57f73766c /plugins/NewStory/src/history.cpp | |
parent | 12695913155f60e583f00f55a71f40dd5772d194 (diff) |
newstory: IDD_SEARCH removed
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index f6b26a08ff..0da075e8cc 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -962,14 +962,6 @@ public: PostMessage(m_hwnd, UM_REBUILDLIST, 0, 0); break;*/ - // case IDC_SEARCH: - // int id = DialogBoxParam(hInst, MAKEINTRESOURCE(IDD_SEARCH), 0, SearchDlgProc, (LPARAM)GetDlgItem(m_hwnd, IDC_ITEMS)); - // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SETCARETINDEX, id, 0); - // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SETTOPINDEX, id, 0); - // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SELITEMRANGE, FALSE, MAKELPARAM(0,eventCount)); - // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SELITEMRANGE, TRUE, MAKELPARAM(id,id)); - // break; - case WM_USER + 0x600: if (wParam) m_histControl.SendMsg(NSM_SEEKTIME, wParam, 0); |