summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_popup2.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/m_popup2.h')
-rw-r--r--plugins/ExternalAPI/m_popup2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_popup2.h b/plugins/ExternalAPI/m_popup2.h
index 85e9afc1d0..188fa99f76 100644
--- a/plugins/ExternalAPI/m_popup2.h
+++ b/plugins/ExternalAPI/m_popup2.h
@@ -209,7 +209,7 @@ additional APF_ flags */
//overload function for POPUPDATAEX_V2/POPUPDATAW_V2
static INT_PTR __inline PUAddPopUpEx(POPUPDATAEX_V2* ppdp) {
- return CallService(MS_POPUP_ADDPOPUPEX, (WPARAM)ppdp,0);
+ return CallService(MS_POPUP_ADDPOPUP, (WPARAM)ppdp,0);
}
static INT_PTR __inline PUAddPopUpW(POPUPDATAW_V2* ppdp) {