diff src/ai/ai_gui.cpp @ 17579:105b4e4eb168 draft

(svn r22343) -Change: Remove pixel limiter for query strings.
author terkhen <terkhen@openttd.org>
date Sun, 17 Apr 2011 18:42:17 +0000
parents 24022375538e
children ddbc50deb5b7
line wrap: on
line diff
--- a/src/ai/ai_gui.cpp
+++ b/src/ai/ai_gui.cpp
@@ -397,7 +397,7 @@
 					/* Display a query box so users can enter a custom value. */
 					this->clicked_row = num;
 					SetDParam(0, this->ai_config->GetSetting(config_item.name));
-					ShowQueryString(STR_JUST_INT, STR_CONFIG_SETTING_QUERY_CAPTION, 10, 100, this, CS_NUMERAL, QSF_NONE);
+					ShowQueryString(STR_JUST_INT, STR_CONFIG_SETTING_QUERY_CAPTION, 10, this, CS_NUMERAL, QSF_NONE);
 				}
 
 				this->SetDirty();