completed the iso directory path chooser. changed a ini variable name so it is more to sonic's liking, and corrected an #ifndef

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@654 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2008-09-24 00:27:50 +00:00
parent 180070d1af
commit 6312ccbc30
5 changed files with 50 additions and 15 deletions

View File

@ -45,7 +45,7 @@ class CConfigMain
wxGridBagSizer* sGeneral;
wxGridBagSizer* sPaths;
wxStaticBoxSizer* sbISOPaths;
wxGridBagSizer* sISOPaths;
wxBoxSizer* sISOButtons;
wxGridBagSizer* sPlugins;
wxNotebook *Notebook;
@ -66,6 +66,7 @@ class CConfigMain
wxStaticText* ConsoleLangText;
wxChoice* ConsoleLang;
wxArrayString arrayStringFor_ISOPaths;
wxListBox* ISOPaths;
wxButton* AddISOPath;
wxButton* RemoveISOPath;
@ -144,6 +145,7 @@ class CConfigMain
void OptimizeQuantizersCheck(wxCommandEvent& event);
void SkipIdleCheck(wxCommandEvent& event);
void ConsoleLangChanged(wxCommandEvent& event);
void AddRemoveISOPaths(wxCommandEvent& event);
void DefaultISOChanged(wxFileDirPickerEvent& event);
void DVDRootChanged(wxFileDirPickerEvent& event);