mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 07:09:46 +00:00
[NET][MC] Replace the last string resource by a message from netmsg.dll.
- Move translations to netmsg.dll. - Keep italian translation as a comment because netmsg.dll does not have an italian translation yet. - Remove obsolete resource files.
This commit is contained in:
parent
77b8505393
commit
16d136a63e
14 changed files with 10 additions and 113 deletions
|
@ -232,7 +232,7 @@ cmdUse(
|
|||
|
||||
Status = WNetUseConnection(NULL, &lpNet, NULL, NULL, CONNECT_REDIRECT | (Persist ? CONNECT_UPDATE_PROFILE : 0), Access, &Size, &OutFlags);
|
||||
if (argv[2][0] == L'*' && Status == NO_ERROR && OutFlags == CONNECT_LOCALDRIVE)
|
||||
ConResPrintf(StdOut, IDS_USE_NOW_CONNECTED, argv[3], Access);
|
||||
PrintMessageStringV(3919, argv[3], Access);
|
||||
else if (Status != NO_ERROR)
|
||||
PrintError(Status);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue