summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-04 16:07:42 +0000
committerrubidium <rubidium@openttd.org>2011-02-04 16:07:42 +0000
commit773c6765e60e56db4c24c3150de52b18f084637d (patch)
treeab85440111314e33728d44bfcf596eb32a18d134 /src/order_gui.cpp
parentc85d350310d220885e07a5eed327110a4169f56b (diff)
downloadopenttd-773c6765e60e56db4c24c3150de52b18f084637d.tar.xz
(svn r21961) -Remove: limitation that not loading and not unloading is mutual exclusive
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp2
1 files changed, 1 insertions, 1 deletions
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,
}
};