From 1fe3ad3288fd2198f5480f75a17b707cd2a3c2af Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 5 Aug 2009 17:59:21 +0000 Subject: (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives --- src/newgrf_station.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/newgrf_station.cpp') diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp index 964673103..a90c862bc 100644 --- a/src/newgrf_station.cpp +++ b/src/newgrf_station.cpp @@ -91,13 +91,13 @@ void ResetStationClasses() /* Set up initial data */ _station_classes[0].id = 'DFLT'; - _station_classes[0].name = STR_STAT_CLASS_DFLT; + _station_classes[0].name = STR_STATION_CLASS_DFLT; _station_classes[0].stations = 1; _station_classes[0].spec = MallocT(1); _station_classes[0].spec[0] = NULL; _station_classes[1].id = 'WAYP'; - _station_classes[1].name = STR_STAT_CLASS_WAYP; + _station_classes[1].name = STR_STATION_CLASS_WAYP; _station_classes[1].stations = 1; _station_classes[1].spec = MallocT(1); _station_classes[1].spec[0] = NULL; -- cgit v1.2.3-54-g00ecf