wrong string where being use when you type echo

thx David Nordenberg for notify me about it

svn path=/trunk/; revision=15179
This commit is contained in:
Magnus Olsen
2005-05-09 06:14:54 +00:00
parent 37707ad1a6
commit 395512ca9a

View File

@@ -61,7 +61,7 @@ INT CommandEcho (LPTSTR cmd, LPTSTR param)
ConOutPuts (param);
else
{
LoadString(CMD_ModuleHandle, STRING_ECHO_HELP4, szMsg, RC_STRING_MAX_SIZE);
LoadString(CMD_ModuleHandle, STRING_ECHO_HELP5, szMsg, RC_STRING_MAX_SIZE);
ConOutPrintf(szMsg, bEcho ? D_ON : D_OFF);
}
}