summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-06 17:22:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-06 17:22:12 +0300
commit85a007ed346d57d266dca3f6c6b2809ca8d61c97 (patch)
tree7c6f891c276e6f2550a99ca5460a52833b986b89 /src
parent928b61350df883f911d16520651cba125ef22931 (diff)
fix for the popup window class name
Diffstat (limited to 'src')
-rw-r--r--src/core/stdpopup/src/popwin.h2
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)