mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 17:05:45 +00:00
[SETUP][SYSSETUP]
- Restore focus after closing GPL window - Patch by vort CORE-6837 #resolve #comment fixed in rev 58083 svn path=/trunk/; revision=58083
This commit is contained in:
parent
5b8a6dd3cc
commit
f7c2bc2e7f
1 changed files with 1 additions and 0 deletions
|
@ -348,6 +348,7 @@ AckPageDlgProc(HWND hwndDlg,
|
|||
if (HIWORD(wParam) == BN_CLICKED && IDC_VIEWGPL == LOWORD(wParam))
|
||||
{
|
||||
DialogBox(hDllInstance, MAKEINTRESOURCE(IDD_GPL), NULL, GplDlgProc);
|
||||
SetForegroundWindow(GetParent(hwndDlg));
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue