mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[REGEDIT] Make "finished find" messagebox owned by Regedit window (#3369)
Same behaviour as in MS Regedit. CORE-17367
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user