mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-30 23:12:40 +00:00
DolphinWX: Change Enable(false) calls into Disable() where possible
This commit is contained in:
parent
405444d4fe
commit
50f600c834
5 changed files with 25 additions and 25 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue