[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:
Johannes Anderwald 2013-01-01 12:12:19 +00:00
parent 5b8a6dd3cc
commit f7c2bc2e7f

View file

@ -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;