summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_sessions.inc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-24 19:46:11 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-24 19:46:11 +0000
commit0269e9306300f5ca12d5120a5a0f3051adfc4302 (patch)
treeb4aab6bb1ccf14d02250a32ac987eb01b4337ec0 /plugins/ExternalAPI/delphi/m_sessions.inc
parentc3b624f7b50818dc54fc9f3d82bc6ce89254fd85 (diff)
old/unused types removed from Pascal sources
git-svn-id: http://svn.miranda-ng.org/main/trunk@8267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_sessions.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_sessions.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ExternalAPI/delphi/m_sessions.inc b/plugins/ExternalAPI/delphi/m_sessions.inc
index 0cc18a0d33..21794e88ee 100644
--- a/plugins/ExternalAPI/delphi/m_sessions.inc
+++ b/plugins/ExternalAPI/delphi/m_sessions.inc
@@ -325,7 +325,7 @@ UI : displays the modes that the channel is in, the modes still have to be abs
PROTO: sends a CHANNEL_DONE
UI : the UI is now sure that no more messages are expected.
-UI : sends a UI_TEXT message, with optional source HCONTACT and of course the message.
+UI : sends a UI_TEXT message, with optional source MCONTACT and of course the message.
PROTO: picks up on this message and transmits it, it must return
a HPROCESS code that is later acknowledged.
@@ -339,8 +339,8 @@ UI : sends UI_IAMTYPING
PROTO: the protocol may or may not send this message to the other parties
but it must process it, this message is also optional.
-PROTO: sends UI_CONTACT_ISTYPING (source HCONTACT)
-UI : an HCONTACT within the session is typing, the UI may elect to show this
+PROTO: sends UI_CONTACT_ISTYPING (source MCONTACT)
+UI : an MCONTACT within the session is typing, the UI may elect to show this
message in a status bar, or with a visual effect.
}