(svn r16254) -Fix [FS#2886]: Magic constant removed.

This commit is contained in:
frosch 2009-05-08 09:00:47 +00:00
parent a00b22b1cd
commit 8fc723800f

View File

@ -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;