[NETSHELL]

- Don't use the connection's name as the tab title in the Connection Properties dialog. Patch by Lee Schroeder.
CORE-9603 #resolve

svn path=/trunk/; revision=67390
This commit is contained in:
Thomas Faber 2015-04-25 10:26:04 +00:00
parent 8015786c26
commit 0d0ddf242d

View file

@ -590,7 +590,7 @@ CNetConnectionPropertyUi::AddPages(
if (FAILED(hr))
return hr;
hProp = InitializePropertySheetPage(MAKEINTRESOURCEW(IDD_NETPROPERTIES), LANPropertiesUIDlg, (LPARAM)this, m_pProperties->pszwName);
hProp = InitializePropertySheetPage(MAKEINTRESOURCEW(IDD_NETPROPERTIES), LANPropertiesUIDlg, reinterpret_cast<LPARAM>(this), NULL);
if (hProp)
{
ret = (*pfnAddPage)(hProp, lParam);