fix bug(?) in new input config dialog that caused it to act freaky

This commit is contained in:
zeromus 2008-12-08 03:52:04 +00:00
parent 477d3f0a84
commit a47098cf71
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ BOOL CALLBACK InputConfigDlgProc( HWND hDlg,
return true;
}
return DefWindowProc( hDlg, uMessage, wParam, lParam);
return false;
}
void InputConfig(HWND hwnd)