diff options
author | celestar <celestar@openttd.org> | 2005-06-15 17:18:32 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-06-15 17:18:32 +0000 |
commit | b73099e083489ffea5d226517e5193bd7f742202 (patch) | |
tree | 536946602b72d22c57bbd66449c0b7f089d1de76 | |
parent | 6358c91a5e63f74e710b515c0a6f9e530fb2927b (diff) | |
download | openttd-b73099e083489ffea5d226517e5193bd7f742202.tar.xz |
(svn r2443) -Fix: somehow I delete one line too many :(
-rw-r--r-- | order_gui.c | 1 |
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, |