updated njoy so it now shows it's beautiful aboutbox too.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@790 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2008-10-07 19:29:30 +00:00
parent d11f42c329
commit 26552968b7
3 changed files with 26 additions and 22 deletions

View File

@ -59,6 +59,7 @@ class ConfigBox : public wxDialog
virtual ~ConfigBox();
private:
wxButton *m_About;
wxButton *m_OK;
wxButton *m_Cancel;
@ -136,7 +137,8 @@ class ConfigBox : public wxDialog
private:
enum
{
ID_OK = 1000,
ID_ABOUT = 1000,
ID_OK,
ID_CANCEL,
ID_NOTEBOOK,
ID_CONTROLLERPAGE1,
@ -212,6 +214,7 @@ class ConfigBox : public wxDialog
};
private:
void AboutClick(wxCommandEvent& event);
void OKClick(wxCommandEvent& event);
void CancelClick(wxCommandEvent& event);