- display properties title for recycle bin folder

See issue #3140 for more details.

svn path=/trunk/; revision=32773
This commit is contained in:
Johannes Anderwald 2008-03-27 21:02:33 +00:00
parent f7d5c8c1fe
commit 7e4c2d0294

View file

@ -970,8 +970,11 @@ BOOL SH_ShowRecycleBinProperties(WCHAR sDrive)
ZeroMemory(&psh, sizeof(PROPSHEETHEADERW));
psh.dwSize = sizeof(PROPSHEETHEADERW);
psh.dwFlags = PSP_DEFAULT | PSH_PROPTITLE;
psh.pszCaption = MAKEINTRESOURCEW(IDS_RECYCLEBIN_FOLDER_NAME);
psh.hwndParent = NULL;
psh.u3.phpage = hpsp;
psh.hInstance = shell32_hInstance;
hprop = SH_CreatePropertySheetPage("BITBUCKET_PROPERTIES_DLG", BitBucketDlg, (LPARAM)sDrive, NULL);
if (!hprop)