changeset 1937:c8402150446d draft

(svn r2443) -Fix: somehow I delete one line too many :(
author celestar <celestar@openttd.org>
date Wed, 15 Jun 2005 17:18:32 +0000
parents 4fce06a1bfea
children 62c54dfb8ffa
files order_gui.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/order_gui.c
+++ b/order_gui.c
@@ -27,6 +27,7 @@
 }
 
 static StringID StationOrderStrings[] = {
+	STR_8806_GO_TO,
 	STR_8807_GO_TO_TRANSFER,
 	STR_8808_GO_TO_UNLOAD,
 	STR_8809_GO_TO_TRANSFER_UNLOAD,