From 91eb23f044911477f615e7e25e1425b667c3f1fa Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 12 Apr 2013 21:28:12 +0000 Subject: pascal sources sync git-svn-id: http://svn.miranda-ng.org/main/trunk@4435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_popup.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/delphi/m_popup.inc') diff --git a/include/delphi/m_popup.inc b/include/delphi/m_popup.inc index 4e870963f4..9ec0df58d5 100644 --- a/include/delphi/m_popup.inc +++ b/include/delphi/m_popup.inc @@ -162,8 +162,8 @@ You may pass additional creation flags via lParam: APF_NO_POPUP = 8; APF_NEWDATA = $10; - MS_POPUP_ADDPOPUPW :PAnsiChar = 'PopUp/AddPopUpW'; - MS_POPUP_ADDPOPUP :PAnsiChar = 'PopUp/AddPopUpEx'; + MS_POPUP_ADDPOPUPW:PAnsiChar = 'PopUp/AddPopUpW'; + MS_POPUP_ADDPOPUP :PAnsiChar = 'PopUp/AddPopUpEx'; { Returns the handle to the contact associated to the specified PopUpWindow. @@ -234,7 +234,6 @@ You may pass additional creation flags via lParam: returns: > 0 for success, -1 for failure, 0 if the failure is due to second line not being shown. (but you could call PUIsSecondLineShown() before changing the text...) Changes the text displayed in the second line of the popup. } - MS_POPUP_CHANGETEXTW:PAnsiChar = 'PopUp/ChangetextW'; { @@ -242,7 +241,6 @@ You may pass additional creation flags via lParam: lParam = (LPARAM)(POPUPDATAEX*)newData Changes the entire popup } - MS_POPUP_CHANGEW:PAnsiChar = 'PopUp/ChangeW'; { -- cgit v1.2.3