windows x64 build fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@467 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2008-09-07 17:11:52 +00:00
parent 6c0fd0b31f
commit 8f7c509a13
2 changed files with 25 additions and 13 deletions

View File

@ -179,7 +179,7 @@ void ConfigDialog::CreateGUIControls()
sPage3->Layout();
SetIcon(wxNullIcon);
Center();
Fit();
}
void ConfigDialog::OnClose(wxCloseEvent& event)