summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-04-10 16:10:06 +0000
committerfrosch <frosch@openttd.org>2011-04-10 16:10:06 +0000
commit338cc7874d87977b827f7d986e1e3a4d2c12c089 (patch)
tree83015eb8a241b2395857ca672d579c59c14f3fd2
parentfa7c1d8a34dcc93e849a407ab418b13134ab1ba4 (diff)
downloadopenttd-338cc7874d87977b827f7d986e1e3a4d2c12c089.tar.xz
(svn r22315) -Fix (r22314): Update comment as well.
-rw-r--r--src/settings_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 12e5a3710..a070e117e 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);