mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:53:02 +00:00
[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:
parent
4984e1b810
commit
4e28e65490
13 changed files with 365 additions and 148 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue