mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user