station_gui.c
changeset 2084 d67790a49f78
parent 2070 26c657906f25
child 2159 3b634157c3b2
--- a/station_gui.c	Sat Jul 16 17:46:58 2005 +0000
+++ b/station_gui.c	Sat Jul 16 20:58:04 2005 +0000
@@ -372,7 +372,7 @@
 		if ( st->goods[i].enroute_from == station_id) {
 			if (--pos < 0) {
 				SetDParam(1, waiting);
-				SetDParam(0, _cargoc.names_long_s[i] + (waiting==1 ? 0 : 32));
+				SetDParam(0, _cargoc.names_long[i]);
 				DrawStringRightAligned(x + 234, y, STR_0009, 0);
 				y += 10;
 			}
@@ -380,7 +380,7 @@
 			/* enroute */
 			if (--pos < 0) {
 				SetDParam(1, waiting);
-				SetDParam(0, _cargoc.names_long_s[i] + (waiting==1 ? 0 : 32));
+				SetDParam(0, _cargoc.names_long[i]);
 				DrawStringRightAligned(x + 234, y, STR_000A_EN_ROUTE_FROM, 0);
 				y += 10;
 			}