Remove "Properties for" from caption.

svn path=/trunk/; revision=26589
This commit is contained in:
Eric Kohl 2007-04-30 11:22:07 +00:00
parent 6f233933c1
commit 9497aaca2a

View file

@ -273,7 +273,7 @@ SystemApplet(VOID)
ZeroMemory(&psh, sizeof(PROPSHEETHEADER));
psh.dwSize = sizeof(PROPSHEETHEADER);
psh.dwFlags = PSH_PROPSHEETPAGE | PSH_PROPTITLE;
psh.dwFlags = PSH_PROPSHEETPAGE;
psh.hwndParent = NULL;
psh.hInstance = hApplet;
psh.hIcon = LoadIcon(hApplet, MAKEINTRESOURCE(IDI_CPLSYSTEM));