Fixed settings window having an extra language selection box.

This commit is contained in:
WrinklyNinja
2013-05-09 12:40:27 +01:00
parent 36a07a3381
commit 08e093be15
-1
View File
@@ -62,7 +62,6 @@ SettingsFrame::SettingsFrame(const wxString title, wxFrame *parent, YAML::Node&
//Initialise controls.
GameChoice = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 6, Game);
LanguageChoice = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 1, Language);
LanguageChoice = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 1, Language);
DebugVerbosityChoice = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 4, DebugVerbosity);
OblivionURL = new wxTextCtrl(this, wxID_ANY);