diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-06 17:22:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-06 17:22:12 +0300 |
commit | 85a007ed346d57d266dca3f6c6b2809ca8d61c97 (patch) | |
tree | 7c6f891c276e6f2550a99ca5460a52833b986b89 /src | |
parent | 928b61350df883f911d16520651cba125ef22931 (diff) |
fix for the popup window class name
Diffstat (limited to 'src')
-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) |