mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:23:01 +00:00
[NET][MC] Replace strings for the ACCOUNTS, GROUP and LOCALGROUP commands by netmsg.dll messages.
This commit is contained in:
parent
5d4d48a850
commit
9f95e35ff3
15 changed files with 160 additions and 230 deletions
|
@ -36,8 +36,8 @@ EnumerateGroups(VOID)
|
|||
return Status;
|
||||
|
||||
ConPuts(StdOut, L"\n");
|
||||
ConResPrintf(StdOut, IDS_GROUP_GROUPS, pServer->sv100_name);
|
||||
ConPuts(StdOut, L"\n\n");
|
||||
PrintMessageStringV(4400, pServer->sv100_name);
|
||||
ConPuts(StdOut, L"\n");
|
||||
PrintPadding(L'-', 79);
|
||||
ConPuts(StdOut, L"\n");
|
||||
|
||||
|
@ -116,16 +116,16 @@ DisplayGroup(LPWSTR lpGroupName)
|
|||
pNames[i] = pUsers[i].grui0_name;
|
||||
}
|
||||
|
||||
PrintPaddedResourceString(IDS_GROUP_NAME, nPaddedLength);
|
||||
PrintPaddedMessageString(4401, nPaddedLength);
|
||||
ConPrintf(StdOut, L"%s\n", pGroupInfo->grpi1_name);
|
||||
|
||||
PrintPaddedResourceString(IDS_GROUP_COMMENT, nPaddedLength);
|
||||
PrintPaddedMessageString(4402, nPaddedLength);
|
||||
ConPrintf(StdOut, L"%s\n", pGroupInfo->grpi1_comment);
|
||||
|
||||
ConPuts(StdOut, L"\n");
|
||||
|
||||
ConResPuts(StdOut, IDS_GROUP_MEMBERS);
|
||||
ConPuts(StdOut, L"\n\n");
|
||||
PrintMessageString(4403);
|
||||
ConPuts(StdOut, L"\n");
|
||||
|
||||
PrintPadding(L'-', 79);
|
||||
ConPuts(StdOut, L"\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue