(svn r22315) -Fix (r22314): Update comment as well.

This commit is contained in:
frosch
2011-04-10 16:10:06 +00:00
parent 9a43108ae9
commit d819caa8cb

View File

@@ -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);