semi fix for about box on linux

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1025 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-10-31 14:05:51 +00:00
parent 84614f31f4
commit dfd3d01ceb
2 changed files with 5 additions and 3 deletions

View File

@ -389,8 +389,10 @@ void CFrame::OnHelp(wxCommandEvent& event)
frame.ShowModal();
win.SetHWND(0);
#else
AboutBox frame(NULL);
wxWindow win;
AboutDolphin frame(&win);
frame.ShowModal();
#endif
break;
}