[REGEDIT] Display search finished messagebox when using Find Next (F3) menu item (#3371)

This repeats behaviour of Windows Regedit. CORE-17368
This commit is contained in:
Oleg Dubinskiy 2020-11-14 22:09:59 +02:00 committed by Stanislav Motylkov
parent bc90cbbb88
commit 9de8787187
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
3 changed files with 15 additions and 9 deletions

View file

@ -103,6 +103,7 @@ extern int InfoMessageBox(HWND hWnd, UINT uType, LPCWSTR lpTitle, LPCWSTR lpMess
/* find.c */
extern void FindDialog(HWND hWnd);
extern BOOL FindNext(HWND hWnd);
extern void FindNextMessageBox(HWND hWnd);
/* framewnd.c */
extern LRESULT CALLBACK FrameWndProc(HWND, UINT, WPARAM, LPARAM);