diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdpopup/src/popwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |