summaryrefslogtreecommitdiff
path: root/order_gui.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-06-15 17:18:32 +0000
committercelestar <celestar@openttd.org>2005-06-15 17:18:32 +0000
commitb73099e083489ffea5d226517e5193bd7f742202 (patch)
tree536946602b72d22c57bbd66449c0b7f089d1de76 /order_gui.c
parent6358c91a5e63f74e710b515c0a6f9e530fb2927b (diff)
downloadopenttd-b73099e083489ffea5d226517e5193bd7f742202.tar.xz
(svn r2443) -Fix: somehow I delete one line too many :(
Diffstat (limited to 'order_gui.c')
-rw-r--r--order_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/order_gui.c b/order_gui.c
index ef3080949..234c02826 100644
--- a/order_gui.c
+++ b/order_gui.c
@@ -27,6 +27,7 @@ static int OrderGetSel(Window *w)
}
static StringID StationOrderStrings[] = {
+ STR_8806_GO_TO,
STR_8807_GO_TO_TRANSFER,
STR_8808_GO_TO_UNLOAD,
STR_8809_GO_TO_TRANSFER_UNLOAD,