| version 1.5, 2003/10/29 21:35:58 | version 1.6, 2003/10/30 12:45:38 | 
| Line 1072  void dialog_sndopt(HWND hWnd) { | Line 1072  void dialog_sndopt(HWND hWnd) { | 
 |  |  | 
 | ZeroMemory(&psh, sizeof(psh)); | ZeroMemory(&psh, sizeof(psh)); | 
 | psh.dwSize = sizeof(PROPSHEETHEADER); | psh.dwSize = sizeof(PROPSHEETHEADER); | 
| psh.dwFlags = PSH_NOAPPLYNOW; | psh.dwFlags = PSH_NOAPPLYNOW | PSH_USEHICON; | 
 | psh.hwndParent = hWnd; | psh.hwndParent = hWnd; | 
 | psh.hInstance = hinst; | psh.hInstance = hinst; | 
| psh.nPages = 6;                                                                                                 // ver0.29 | psh.hIcon = LoadIcon(hinst, MAKEINTRESOURCE(IDI_ICON2)); | 
|  | psh.nPages = 6; | 
 | psh.phpage = hpsp; | psh.phpage = hpsp; | 
 | psh.pszCaption = str_sndopt; | psh.pszCaption = str_sndopt; | 
 | PropertySheet(&psh); | PropertySheet(&psh); |