Skip to content

Commit

Permalink
More minor prefs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Feb 17, 2016
1 parent 951aefa commit 33b6e92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/dialogs/preferences_dialog.cpp
Expand Up @@ -836,10 +836,10 @@ void tpreferences::on_advanced_prefs_list_select(tlistbox& list, twindow& window
if(selected_type == ADVANCED_PREF_TYPE::SPECIAL) {
if (selected_field == "advanced_graphic_options") {
gui2::tadvanced_graphics_options::display(window.video());
}

if (selected_field == "orb_color") {
} else if (selected_field == "orb_color") {
gui2::tselect_orb_colors::display(window.video());
} else {
DBG_GUI_L << "Invalid or unimplemented custom advanced prefs option: " << selected_field << "\n";
}

// Add more options here as needed
Expand Down

0 comments on commit 33b6e92

Please sign in to comment.