[PATCH 2/4] explorer: Use the class name ExplorerWClass for the explorer browser.

Zebediah Figura z.figura12 at gmail.com
Tue Nov 28 23:52:05 CST 2017


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 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 9590027..3571497 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;
-- 
2.7.4




More information about the wine-devel mailing list