mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +00:00
create the property sheets modally
svn path=/trunk/; revision=19606
This commit is contained in:
parent
d3af98b506
commit
1bdf70559a
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
/* $Id: hwpage.c 19599 2005-11-26 02:12:58Z weiden $
|
/* $Id: hwpage.c 19599 2005-11-26 02:12:58Z weiden $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS devmgr.dll
|
* PROJECT: ReactOS devmgr.dll
|
||||||
* FILE: lib/devmgr/hwpage.c
|
* FILE: lib/devmgr/advprop.c
|
||||||
* PURPOSE: ReactOS Device Manager
|
* PURPOSE: ReactOS Device Manager
|
||||||
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
|
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
|
@ -119,6 +119,7 @@ DeviceAdvancedPropertiesW(HWND hWndParent,
|
||||||
|
|
||||||
psh.dwSize = sizeof(PROPSHEETHEADER);
|
psh.dwSize = sizeof(PROPSHEETHEADER);
|
||||||
psh.dwFlags = PSH_PROPTITLE;
|
psh.dwFlags = PSH_PROPTITLE;
|
||||||
|
psh.hwndParent = hWndParent;
|
||||||
psh.pszCaption = szDevName;
|
psh.pszCaption = szDevName;
|
||||||
|
|
||||||
/* find out how many property sheets we need */
|
/* find out how many property sheets we need */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue