Index: dll/shellext/netshell/lanconnectui.cpp =================================================================== --- dll/shellext/netshell/lanconnectui.cpp (revision 67386) +++ dll/shellext/netshell/lanconnectui.cpp (working copy) @@ -590,7 +590,7 @@ if (FAILED(hr)) return hr; - hProp = InitializePropertySheetPage(MAKEINTRESOURCEW(IDD_NETPROPERTIES), LANPropertiesUIDlg, (LPARAM)this, m_pProperties->pszwName); + hProp = InitializePropertySheetPage(MAKEINTRESOURCEW(IDD_NETPROPERTIES), LANPropertiesUIDlg, (LPARAM)this, NULL); if (hProp) { ret = (*pfnAddPage)(hProp, lParam);