Index: trayprop.cpp =================================================================== --- trayprop.cpp (revision 69832) +++ trayprop.cpp (working copy) @@ -259,7 +259,7 @@ psh.dwFlags = PSH_PROPSHEETPAGE | PSH_PROPTITLE; psh.hwndParent = hwndOwner; psh.hInstance = hExplorerInstance; - psh.hIcon = NULL; + psh.hIcon = LoadIcon(hExplorerInstance, MAKEINTRESOURCE(IDI_STARTMENU)); psh.pszCaption = szCaption; psh.nPages = sizeof(psp) / sizeof(PROPSHEETPAGE); psh.nStartPage = 0;