mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
[NET] Load netmsg.dll right from the start and print some messages using netmsg.dll rather than local strings.
@Translators: Please start translating messages from netmsgmsg.mc and errorcodes.mc (located in sdk\include\reactos\mc). They will be used instead of local strings.
This commit is contained in:
parent
2955ed91ab
commit
d5c74ae6fe
8 changed files with 38 additions and 42 deletions
|
@ -109,7 +109,7 @@ cmdUse(
|
|||
{
|
||||
Status = EnumerateConnections(NULL);
|
||||
if (Status == NO_ERROR)
|
||||
ConResPrintf(StdOut, IDS_ERROR_NO_ERROR);
|
||||
PrintErrorMessage(ERROR_SUCCESS);
|
||||
else
|
||||
PrintError(Status);
|
||||
|
||||
|
@ -125,7 +125,7 @@ cmdUse(
|
|||
|
||||
Status = EnumerateConnections(argv[2]);
|
||||
if (Status == NO_ERROR)
|
||||
ConResPrintf(StdOut, IDS_ERROR_NO_ERROR);
|
||||
PrintErrorMessage(ERROR_SUCCESS);
|
||||
else
|
||||
PrintError(Status);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue