(svn r16254) -Fix [FS#2886]: Magic constant removed.
This commit is contained in:
@@ -546,8 +546,8 @@ public:
|
|||||||
ShowQueryString(
|
ShowQueryString(
|
||||||
STR_JUST_RAW_STRING,
|
STR_JUST_RAW_STRING,
|
||||||
STR_NETWORK_ENTER_IP,
|
STR_NETWORK_ENTER_IP,
|
||||||
31, // maximum number of characters
|
NETWORK_HOSTNAME_LENGTH, // maximum number of characters including '\0'
|
||||||
250, // characters up to this width pixels, whichever is satisfied first
|
0, // no limit in pixels
|
||||||
this, CS_ALPHANUMERAL, QSF_ACCEPT_UNCHANGED);
|
this, CS_ALPHANUMERAL, QSF_ACCEPT_UNCHANGED);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user