diff options
| author | death2droid <death2droid@gmail.com> | 2009-08-16 12:13:08 +0000 |
|---|---|---|
| committer | death2droid <death2droid@gmail.com> | 2009-08-16 12:13:08 +0000 |
| commit | 9e08cd6fc7e2b4983213786378ed5003aaa1fc58 (patch) | |
| tree | 853178ee0a768ceadd1f8470444ecbdb35d79467 /Source | |
| parent | 806c04a5753d353c61c9a9d379540873e918321e (diff) | |
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
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.h b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.h index 736dced356..f39dd9421b 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.h +++ b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.h @@ -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, |
