From e3053660c673b0a81691175995ee68d00fac869c Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 20 Jul 2009 11:21:57 +0000 Subject: (svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically --- src/vehicle_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vehicle_gui.cpp') diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index ea2d15672..e6f26237f 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -968,13 +968,13 @@ struct VehicleListWindow : public BaseVehicleListWindow { break; case VLW_WAYPOINT_LIST: - SetDParam(0, STR_WAYPOINT_RAW); + SetDParam(0, STR_WAYPOINT_NAME); SetDParam(1, index); SetDParam(2, this->vscroll.count); break; case VLW_STATION_LIST: // Station Name - SetDParam(0, STR_STATION); + SetDParam(0, STR_STATION_NAME); SetDParam(1, index); SetDParam(2, this->vscroll.count); break; -- cgit v1.2.3-54-g00ecf