[NET] Move the remaining IDS_GENERIC_PAGE strings into the command messages and fix a size restriction of ConPrintf().

This commit is contained in:
Eric Kohl 2019-03-10 09:55:15 +01:00
parent e2b8141eb6
commit e5904abf94
17 changed files with 124 additions and 28 deletions

View file

@ -31,7 +31,6 @@ INT cmdContinue(INT argc, WCHAR **argv)
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
PrintNetMessage(MSG_CONTINUE_SYNTAX);
PrintNetMessage(MSG_CONTINUE_HELP);
ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 1;
}
}