mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
[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:
parent
8015786c26
commit
0d0ddf242d
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ CNetConnectionPropertyUi::AddPages(
|
||||||
if (FAILED(hr))
|
if (FAILED(hr))
|
||||||
return 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)
|
if (hProp)
|
||||||
{
|
{
|
||||||
ret = (*pfnAddPage)(hProp, lParam);
|
ret = (*pfnAddPage)(hProp, lParam);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue