(svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically

This commit is contained in:
rubidium
2009-07-20 11:21:57 +00:00
parent dc943b35e0
commit e3053660c6
62 changed files with 520 additions and 520 deletions

View File

@@ -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;