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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
frosch 13 years ago
parent fa7c1d8a34
commit 338cc7874d

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

Loading…
Cancel
Save