mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NETSHELL]
- Fix a typo - Intel PRO/1000 shows a link speed of 1 Gbps now svn path=/trunk/; revision=54017
This commit is contained in:
@@ -86,7 +86,7 @@ UpdateLanStatusUiDlg(
|
||||
}
|
||||
else
|
||||
{
|
||||
if (LoadStringW(netshell_hInstance, IDS_FORMAT_KBIT, szFormat, sizeof(szFormat)/sizeof(WCHAR)))
|
||||
if (LoadStringW(netshell_hInstance, IDS_FORMAT_GBIT, szFormat, sizeof(szFormat)/sizeof(WCHAR)))
|
||||
{
|
||||
swprintf(szBuffer, szFormat, IfEntry->dwSpeed/1000000000);
|
||||
SendDlgItemMessageW(hwndDlg, IDC_SPEED, WM_SETTEXT, 0, (LPARAM)szBuffer);
|
||||
|
||||
Reference in New Issue
Block a user