From 773c6765e60e56db4c24c3150de52b18f084637d Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 4 Feb 2011 16:07:42 +0000 Subject: (svn r21961) -Remove: limitation that not loading and not unloading is mutual exclusive --- src/order_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/order_gui.cpp') diff --git a/src/order_gui.cpp b/src/order_gui.cpp index e5b49fadf..391821796 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -88,7 +88,7 @@ static const StringID _station_load_types[][5] = { INVALID_STRING_ID, STR_ORDER_NO_UNLOAD_FULL_LOAD, STR_ORDER_NO_UNLOAD_FULL_LOAD_ANY, - INVALID_STRING_ID, + STR_ORDER_NO_UNLOAD_NO_LOAD, } }; -- cgit v1.2.3-54-g00ecf