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
commitfd95f78dfc9a0c16e458da19613d64960c5ab37f (patch)
tree536946602b72d22c57bbd66449c0b7f089d1de76 /order_gui.c
parent870edc7d19225b3d4e3868038d8c43e9a085de55 (diff)
downloadopenttd-fd95f78dfc9a0c16e458da19613d64960c5ab37f.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,