[ros-diffs] [cgutman] 54017: [NETSHELL] - Fix a typo - Intel PRO/1000 shows a link speed of 1 Gbps now

cgutman at svn.reactos.org cgutman at svn.reactos.org
Wed Oct 5 20:58:55 UTC 2011


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/lanstatusui.c?rev=54017&r1=54016&r2=54017&view=diff
==============================================================================
--- 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);




More information about the Ros-diffs mailing list