From 45358c3507af7d4bb32c031eaa25708905effa91 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 Mar 2013 21:05:30 +0000 Subject: old ansi popups removed, noone used them anyway git-svn-id: http://svn.miranda-ng.org/main/trunk@4034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/tools.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Xfire/src') diff --git a/protocols/Xfire/src/tools.cpp b/protocols/Xfire/src/tools.cpp index c5e6f01e8c..626745d3e9 100644 --- a/protocols/Xfire/src/tools.cpp +++ b/protocols/Xfire/src/tools.cpp @@ -91,7 +91,7 @@ int displayPopup(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType,HICON hi if ((uType&MB_TYPEMASK) == MB_OK) { - POPUPDATAEX ppd = {0}; + POPUPDATA ppd = {0}; if (bIconsNotLoaded) { @@ -126,7 +126,7 @@ int displayPopup(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType,HICON hi if(hicon!=NULL) ppd.lchIcon=hicon; - PUAddPopUpEx(&ppd); + PUAddPopUp(&ppd); } return IDOK; -- cgit v1.2.3