fix FOLDERSETTINGS usage

svn path=/trunk/; revision=5501
This commit is contained in:
Martin Fuchs
2003-08-09 23:12:30 +00:00
parent 749c3d1719
commit 71e03db3fe
2 changed files with 17 additions and 10 deletions
@@ -359,8 +359,8 @@ void ShellBrowserChild::OnTreeItemSelected(int idCtrl, LPNMTREEVIEW pnmtv)
if (pLastShellView)
pLastShellView->GetCurrentInfo(&fs);
else {
fs.ViewMode = FWF_SNAPTOGRID;
fs.fFlags = FVM_DETAILS;
fs.ViewMode = FVM_DETAILS;
fs.fFlags = 0;
}
HRESULT hr = folder->CreateViewObject(_hwnd, IID_IShellView, (void**)&_pShellView);