From 9e3399925e5ef16f7e0a2b71aa47a651b3e496bb Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Tue, 28 Nov 2017 23:52:05 -0600 Subject: [PATCH] explorer: Use the class name ExplorerWClass for the explorer browser. Signed-off-by: Zebediah Figura Signed-off-by: Alexandre Julliard --- programs/explorer/explorer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/explorer/explorer.c b/programs/explorer/explorer.c index 95900274a2d..357149799e6 100644 --- a/programs/explorer/explorer.c +++ b/programs/explorer/explorer.c @@ -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;