[BROWSEUI]

Fix CShellBrowser window class name,
shown by shell32:progman_dde and AHK_Diablo_1.0:1.install

svn path=/trunk/; revision=73429
This commit is contained in:
Sylvain Petreolle 2016-12-04 23:33:19 +00:00
parent 2299a44489
commit ab777da1ae

View file

@ -166,8 +166,8 @@ HRESULT WINAPI SHBindToFolder(LPCITEMIDLIST path, IShellFolder **newFolder)
return desktop->BindToObject (path, NULL, IID_PPV_ARG(IShellFolder, newFolder));
}
static const TCHAR szCabinetWndClass[] = TEXT("CabinetWClassX");
static const TCHAR szExploreWndClass[] = TEXT("ExploreWClassX");
static const TCHAR szCabinetWndClass[] = TEXT("CabinetWClass");
static const TCHAR szExploreWndClass[] = TEXT("ExploreWClass");
class CDockManager;
class CShellBrowser;