mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[SYSDM]
Set the proper title for the hardware profile properties dialog. CORE-10197 #resolve #comment Looks much better now! svn path=/trunk/; revision=69256
This commit is contained in:
@@ -433,11 +433,11 @@ HardwareProfileProperties(
|
||||
|
||||
ZeroMemory(&psh, sizeof(PROPSHEETHEADER));
|
||||
psh.dwSize = sizeof(PROPSHEETHEADER);
|
||||
psh.dwFlags = PSH_PROPTITLE;
|
||||
psh.dwFlags = PSH_PROPTITLE;
|
||||
psh.hwndParent = hwndDlg;
|
||||
psh.hInstance = hApplet;
|
||||
psh.hIcon = NULL;
|
||||
psh.pszCaption = NULL;
|
||||
psh.pszCaption = pProfileData->pProfiles[pProfileData->dwSelectedProfileIndex].szFriendlyName;
|
||||
psh.nPages = 1;
|
||||
psh.nStartPage = 0;
|
||||
psh.phpage = &hpsp;
|
||||
|
||||
Reference in New Issue
Block a user