mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:43:02 +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:
parent
0c1dc5080d
commit
0bd42eceac
1 changed files with 2 additions and 2 deletions
|
@ -437,7 +437,7 @@ HardwareProfileProperties(
|
||||||
psh.hwndParent = hwndDlg;
|
psh.hwndParent = hwndDlg;
|
||||||
psh.hInstance = hApplet;
|
psh.hInstance = hApplet;
|
||||||
psh.hIcon = NULL;
|
psh.hIcon = NULL;
|
||||||
psh.pszCaption = NULL;
|
psh.pszCaption = pProfileData->pProfiles[pProfileData->dwSelectedProfileIndex].szFriendlyName;
|
||||||
psh.nPages = 1;
|
psh.nPages = 1;
|
||||||
psh.nStartPage = 0;
|
psh.nStartPage = 0;
|
||||||
psh.phpage = &hpsp;
|
psh.phpage = &hpsp;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue