summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-09-28 14:15:23 +0000
committerglx <glx@openttd.org>2009-09-28 14:15:23 +0000
commit57252e5225dd19795ec3cf3c80699b8ba2ab6b26 (patch)
treed78f0d98ccac8c1146ba94346fe996accef45523 /src/vehicle_gui.cpp
parentcc3ef246fdc28b84ede5824dd6ee1bcd2fb56589 (diff)
downloadopenttd-57252e5225dd19795ec3cf3c80699b8ba2ab6b26.tar.xz
(svn r17660) -Fix: StringID typo
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r--src/vehicle_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp
index 13ff0da6a..e11220b3d 100644
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -773,7 +773,7 @@ static void DrawSmallOrderList(const Vehicle *v, int left, int right, int y)
if (order->IsType(OT_GOTO_STATION)) {
SetDParam(0, order->GetDestination());
- DrawString(left, right, y, STR_TINY_BLACK_STATIONL);
+ DrawString(left, right, y, STR_TINY_BLACK_STATION);
y += 6;
if (++i == 4) break;