Author: cgutman
Date: Wed Oct 5 20:58:54 2011
New Revision: 54017
URL:
http://svn.reactos.org/svn/reactos?rev=54017&view=rev
Log:
[NETSHELL]
- Fix a typo
- Intel PRO/1000 shows a link speed of 1 Gbps now
Modified:
trunk/reactos/dll/win32/netshell/lanstatusui.c
Modified: trunk/reactos/dll/win32/netshell/lanstatusui.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/lanstat…
==============================================================================
--- trunk/reactos/dll/win32/netshell/lanstatusui.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/netshell/lanstatusui.c [iso-8859-1] Wed Oct 5 20:58:54 2011
@@ -86,7 +86,7 @@
}
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);