From 85a007ed346d57d266dca3f6c6b2809ca8d61c97 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 6 Mar 2019 17:22:12 +0300 Subject: fix for the popup window class name --- src/core/stdpopup/src/popwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/stdpopup/src/popwin.h b/src/core/stdpopup/src/popwin.h index e31b4aa6cf..007ea57695 100644 --- a/src/core/stdpopup/src/popwin.h +++ b/src/core/stdpopup/src/popwin.h @@ -1,7 +1,7 @@ #ifndef _POPWIN_INC #define _POPWIN_INC -#define POP_WIN_CLASS _A2W(MODULENAME) L"YAPPWindowClass" +#define POP_WIN_CLASS L"PopupWnd2" #define PUM_SETTEXT (WM_USER + 0x020) #define PUM_GETCONTACT (WM_USER + 0x021) -- cgit v1.2.3