diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 12e5a37108..a070e117e5 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -243,7 +243,7 @@ struct GameOptionsWindow : Window { } newgrf_names.sort(DropDownListStringItem::NatSortFunc); - /* Append newgrf_names at the end of list */ + /* Insert newgrf_names at the top of the list */ if (newgrf_names.size() > 0) { newgrf_names.push_back(new DropDownListItem(-1, false)); // separator line list->splice(list->begin(), newgrf_names);