DolphinWX: Change Enable(false) calls into Disable() where possible

This commit is contained in:
Lioncash 2015-02-14 16:00:15 -05:00
parent 405444d4fe
commit 50f600c834
5 changed files with 25 additions and 25 deletions

View file

@ -753,7 +753,7 @@ void CConfigMain::CreateGUIControls()
RecursiveISOPath = new wxCheckBox(PathsPage, ID_RECURSIVEISOPATH, _("Search Subfolders"));
AddISOPath = new wxButton(PathsPage, ID_ADDISOPATH, _("Add..."));
RemoveISOPath = new wxButton(PathsPage, ID_REMOVEISOPATH, _("Remove"));
RemoveISOPath->Enable(false);
RemoveISOPath->Disable();
DefaultISO = new wxFilePickerCtrl(PathsPage, ID_DEFAULTISO, wxEmptyString, _("Choose a default ISO:"),
_("All GC/Wii files (elf, dol, gcm, iso, wbfs, ciso, gcz, wad)") + wxString::Format("|*.elf;*.dol;*.gcm;*.iso;*.wbfs;*.ciso;*.gcz;*.wad|%s", wxGetTranslation(wxALL_FILES)),