diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_message.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_message.h b/include/m_message.h index 15029ebeea..b80b0795bf 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -79,8 +79,8 @@ typedef struct { } StatusTextData;
//wparam = (MCONTACT)hContact
-//lparam = (StatusTextData*)
-//Sets a status line text for the appropriate contact
+//lparam = (StatusTextData*) or NULL to clear statusbar
+//Sets a statusbar line text for the appropriate contact
#define MS_MSG_SETSTATUSTEXT "MessageAPI/SetStatusText"
//wparam = 0
|