summaryrefslogtreecommitdiff
path: root/include/delphi/m_popup.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi/m_popup.inc')
-rw-r--r--include/delphi/m_popup.inc6
1 files changed, 2 insertions, 4 deletions
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';
{