mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
[NET] Move the remaining IDS_GENERIC_PAGE strings into the command messages and fix a size restriction of ConPrintf().
This commit is contained in:
parent
e2b8141eb6
commit
e5904abf94
17 changed files with 124 additions and 28 deletions
|
@ -68,7 +68,6 @@ INT cmdHelp(INT argc, WCHAR **argv)
|
|||
{
|
||||
PrintNetMessage(MSG_GROUP_SYNTAX);
|
||||
PrintNetMessage(MSG_GROUP_HELP);
|
||||
ConResPuts(StdOut, IDS_GENERIC_PAGE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -83,7 +82,6 @@ INT cmdHelp(INT argc, WCHAR **argv)
|
|||
{
|
||||
PrintNetMessage(MSG_LOCALGROUP_SYNTAX);
|
||||
PrintNetMessage(MSG_LOCALGROUP_HELP);
|
||||
ConResPuts(StdOut, IDS_GENERIC_PAGE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue