From fa7c1d8a34dcc93e849a407ab418b13134ab1ba4 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 10 Apr 2011 16:08:14 +0000 Subject: (svn r22314) -Change: Put NewGRF supplied townnames at the top of the dropdown list. --- src/settings_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index bf2d87260..12e5a3710 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -245,8 +245,8 @@ struct GameOptionsWindow : Window { /* Append newgrf_names at the end of list */ if (newgrf_names.size() > 0) { - list->push_back(new DropDownListItem(-1, false)); // separator line - list->splice(list->end(), newgrf_names); + newgrf_names.push_back(new DropDownListItem(-1, false)); // separator line + list->splice(list->begin(), newgrf_names); } break; } -- cgit v1.2.3-70-g09d2