summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-23 19:31:50 +0000
committerrubidium <rubidium@openttd.org>2009-07-23 19:31:50 +0000
commite9bc557b2a3c13ab8038d577c047813c691122dd (patch)
tree70792ef1ccec63af813dd750920ba9d86a0febd2 /src/order_gui.cpp
parent20c1e42be128c915087b0ecf081b3101bcec234e (diff)
downloadopenttd-e9bc557b2a3c13ab8038d577c047813c691122dd.tar.xz
(svn r16930) -Codechange: more StringID name unification and grouping
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 b00377049..2d09acb73 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -974,7 +974,7 @@ public:
uint value = order->GetConditionValue();
if (order->GetConditionVariable() == OCV_MAX_SPEED) value = ConvertSpeedToDisplaySpeed(value);
SetDParam(0, value);
- ShowQueryString(STR_CONFIG_SETTING_INT32, STR_ORDER_CONDITIONAL_VALUE_CAPT, 5, 100, this, CS_NUMERAL, QSF_NONE);
+ ShowQueryString(STR_JUST_INT, STR_ORDER_CONDITIONAL_VALUE_CAPT, 5, 100, this, CS_NUMERAL, QSF_NONE);
} break;
case ORDER_WIDGET_SHARED_ORDER_LIST: