mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[REGEDIT] Make "finished find" messagebox owned by Regedit window (#3369)
Same behaviour as in MS Regedit. CORE-17367
This commit is contained in:
parent
b59bad8d10
commit
6aae5f4fdd
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ void FindDialog(HWND hWnd)
|
|||
|
||||
LoadStringW(hInst, IDS_FINISHEDFIND, msg, COUNT_OF(msg));
|
||||
LoadStringW(hInst, IDS_APP_TITLE, caption, COUNT_OF(caption));
|
||||
MessageBoxW(0, msg, caption, MB_ICONINFORMATION);
|
||||
MessageBoxW(hWnd, msg, caption, MB_ICONINFORMATION);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue