[NET] Move TIME, USE, USER, VIEW and NET command syntax and help texts into a message table and add the translators names to the message file.

This commit is contained in:
Eric Kohl 2018-12-24 11:48:23 +01:00
parent 4984e1b810
commit 4e28e65490
13 changed files with 365 additions and 148 deletions

View file

@ -246,7 +246,7 @@ int wmain(int argc, WCHAR **argv)
done:
if (bRun == FALSE)
ConResPuts(StdOut, IDS_NET_SYNTAX);
PrintNetMessage(MSG_NET_SYNTAX);
if (hModuleNetMsg != NULL)
FreeLibrary(hModuleNetMsg);