mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 23:06:00 +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_FINISHEDFIND, msg, COUNT_OF(msg));
|
||||||
LoadStringW(hInst, IDS_APP_TITLE, caption, COUNT_OF(caption));
|
LoadStringW(hInst, IDS_APP_TITLE, caption, COUNT_OF(caption));
|
||||||
MessageBoxW(0, msg, caption, MB_ICONINFORMATION);
|
MessageBoxW(hWnd, msg, caption, MB_ICONINFORMATION);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue