Small Wiimote config dialog change

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1191 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2008-11-16 22:59:46 +00:00
parent f6b30b1680
commit 4062a0bab9
2 changed files with 11 additions and 10 deletions

View File

@ -55,8 +55,7 @@ class ConfigDialog : public wxDialog
wxButton *m_About;
wxButton *m_Close;
wxNotebook *m_Notebook;
wxPanel *m_PageGeneral;
wxPanel *m_PageAdvanced;
wxPanel *m_PageEmu, *m_PageReal;
wxCheckBox *m_SidewaysDPad; // general settings
wxCheckBox *m_WideScreen;
@ -67,8 +66,8 @@ class ConfigDialog : public wxDialog
ID_ABOUTOGL,
ID_NOTEBOOK,
ID_PAGEGENERAL,
ID_PAGEADVANCED,
ID_PAGEEMU,
ID_PAGEREAL,
ID_SIDEWAYSDPAD,
ID_WIDESCREEN