mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[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:
parent
bc90cbbb88
commit
9de8787187
3 changed files with 15 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue