diff options
Diffstat (limited to 'protocols/WinPopup/src/messagebox.cpp')
-rw-r--r-- | protocols/WinPopup/src/messagebox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WinPopup/src/messagebox.cpp b/protocols/WinPopup/src/messagebox.cpp index eb99d07d74..80ddd5471a 100644 --- a/protocols/WinPopup/src/messagebox.cpp +++ b/protocols/WinPopup/src/messagebox.cpp @@ -183,7 +183,7 @@ void GetErrorMessage (DWORD dwLastError, CString &msg) static void PopupOrMessageBox (LPPOPUPDATAT ppdp)
{
- if (CALLSERVICE_NOTFOUND == PUAddPopUpT (ppdp))
+ if (CALLSERVICE_NOTFOUND == PUAddPopupT (ppdp))
{
MSGBOXPARAMS mbp = { 0 };
mbp.cbSize = sizeof (MSGBOXPARAMS);
|