(svn r16930) -Codechange: more StringID name unification and grouping
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user