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

Alexandre Julliard julliard at winehq.org
Wed Nov 29 15:12:31 CST 2017


Module: wine
Branch: master
Commit: 9e3399925e5ef16f7e0a2b71aa47a651b3e496bb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9e3399925e5ef16f7e0a2b71aa47a651b3e496bb

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Tue Nov 28 23:52:05 2017 -0600

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

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;




More information about the wine-cvs mailing list