diff src/main_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 (2011-04-17)
parents e7672bafbe1c
children 0a51450014d0
line wrap: on
line diff
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -123,7 +123,7 @@
 {
 	_rename_id = company;
 	_rename_what = 3;
-	ShowQueryString(STR_EMPTY, STR_NETWORK_GIVE_MONEY_CAPTION, 30, 180, NULL, CS_NUMERAL, QSF_NONE);
+	ShowQueryString(STR_EMPTY, STR_NETWORK_GIVE_MONEY_CAPTION, 30, NULL, CS_NUMERAL, QSF_NONE);
 }
 #endif /* ENABLE_NETWORK */