mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r16254) -Fix [FS#2886]: Magic constant removed.
This commit is contained in:
parent
a00b22b1cd
commit
8fc723800f
@ -546,8 +546,8 @@ public:
|
||||
ShowQueryString(
|
||||
STR_JUST_RAW_STRING,
|
||||
STR_NETWORK_ENTER_IP,
|
||||
31, // maximum number of characters
|
||||
250, // characters up to this width pixels, whichever is satisfied first
|
||||
NETWORK_HOSTNAME_LENGTH, // maximum number of characters including '\0'
|
||||
0, // no limit in pixels
|
||||
this, CS_ALPHANUMERAL, QSF_ACCEPT_UNCHANGED);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user