changeset 17551:8fb428581ca6 draft

(svn r22315) -Fix (r22314): Update comment as well.
author frosch <frosch@openttd.org>
date Sun, 10 Apr 2011 16:10:06 +0000
parents e80129e532c7
children e55f60b4aef5
files src/settings_gui.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -243,7 +243,7 @@
 				}
 				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);