(svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it.

This commit is contained in:
rubidium
2009-07-22 22:44:56 +00:00
parent 04ee98df52
commit 01eabc5f4c
65 changed files with 6394 additions and 6398 deletions

View File

@@ -248,7 +248,7 @@ GUIBridgeList::SortFunction * const BuildBridgeWindow::sorter_funcs[] = {
/* Names of the sorting functions */
const StringID BuildBridgeWindow::sorter_names[] = {
STR_SORT_BY_NUMBER,
STR_ENGINE_SORT_COST,
STR_SORT_BY_COST,
STR_SORT_BY_MAX_SPEED,
INVALID_STRING_ID
};