Make mic toggle more clear

This commit is contained in:
SilasLaspada 2017-05-30 20:54:17 -06:00
parent 07759b2e49
commit 1d976573a8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ EmuConfigDialog::EmuConfigDialog(wxWindow* parent)
vboxmain->Add(cbThreaded3D, 0, wxALL&(~wxBOTTOM), 15);
cbThreaded3D->SetValue(Config::Threaded3D != 0);
cbMicrophone = new wxCheckBox(this, wxID_ANY, "Auto mic");
cbMicrophone = new wxCheckBox(this, wxID_ANY, "Auto microphone input");
vboxmain->Add(cbMicrophone, 0, wxALL&(~wxBOTTOM), 15);
cbMicrophone->SetValue(Config::Microphone != 0);