Stupid file didn't save properly with my changes.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4005 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
death2droid 2009-08-16 12:13:08 +00:00
parent 806c04a575
commit 9e08cd6fc7
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ class GFXConfigDialogOGL : public wxDialog
#endif
wxArrayString arrayStringFor_WindowResolutionCB;
wxComboBox *m_WindowResolutionCB;
wxComboBox *m_WindowFullScreenResolutionCB;
wxComboBox *m_WindowFSResolutionCB;
wxArrayString arrayStringFor_MaxAnisotropyCB;
wxChoice *m_MaxAnisotropyCB;
wxArrayString arrayStringFor_MSAAModeCB, arrayStringFor_PhackvalueCB;
@ -164,7 +164,7 @@ class GFXConfigDialogOGL : public wxDialog
ID_IRTEXT,
ID_RTEXT,
ID_WINDOWRESOLUTIONCB,
ID_WINDOWFULLSCREENRESOLUTIONCB,
ID_WINDOWFSRESOLUTIONCB,
ID_FORCEFILTERING,
ID_MAXANISOTROPY,
ID_MAXANISOTROPYTEXT,