Success log level fixed

This commit is contained in:
Nekotekina 2015-02-27 21:11:07 +03:00
parent 233f2e478a
commit d62e95d0f8
6 changed files with 49 additions and 52 deletions

View file

@ -487,8 +487,8 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
cbox_camera_type->Append("USB Video Class 1.1");
cbox_hle_loglvl->Append("All");
cbox_hle_loglvl->Append("Success");
cbox_hle_loglvl->Append("Warnings");
cbox_hle_loglvl->Append("Success");
cbox_hle_loglvl->Append("Errors");
cbox_hle_loglvl->Append("Nothing");