LilyPad: Fix for some bizarre issue with wxWidgets involving property sheets, Microsoft, spec violations, and gremlins.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1838 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
mattmenke 2009-09-17 05:14:25 +00:00
parent 5b628d5045
commit 323489147a
1 changed files with 1 additions and 1 deletions

View File

@ -2010,7 +2010,7 @@ INT_PTR CALLBACK GeneralDialogProc(HWND hWnd, unsigned int msg, WPARAM wParam, L
}
int CALLBACK PropSheetProc(HWND hWnd, UINT msg, LPARAM lParam) {
hWndProp = hWnd;
if (hWnd) hWndProp = hWnd;
return 0;
}