explorer: Use the class name ExplorerWClass for the explorer browser.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Zebediah Figura 2017-11-28 23:52:05 -06:00 committed by Alexandre Julliard
parent 106722494a
commit 9e3399925e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static int default_width;
static int default_height;
static const WCHAR EXPLORER_CLASS[] = {'W','I','N','E','_','E','X','P','L','O','R','E','R','\0'};
static const WCHAR EXPLORER_CLASS[] = {'E','x','p','l','o','r','e','r','W','C','l','a','s','s',0};
static const WCHAR PATH_BOX_NAME[] = {'\0'};
HINSTANCE explorer_hInstance;