summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-01-08 20:35:20 +0000
committerRobert Pösel <robyer@seznam.cz>2014-01-08 20:35:20 +0000
commit3ae65b1dfe3d4152190e822b3441cbf72c7da83f (patch)
tree08b34a5a8b6a600eb75c959df1c3a484182c3f12
parent94f2dddf9223f04c736b6d6d85dfec34a1ac0558 (diff)
fix comment
git-svn-id: http://svn.miranda-ng.org/main/trunk@7555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--include/m_chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_chat.h b/include/m_chat.h
index dcbd6710e2..d679e43706 100644
--- a/include/m_chat.h
+++ b/include/m_chat.h
@@ -150,7 +150,7 @@ struct GCREGISTER
int cbSize; // Set to sizeof(GCREGISTER);
DWORD dwFlags; // Use GC_* flags above to indicate features supported
LPCSTR pszModule; // This MUST be the protocol name as registered with Miranda IM
- LPCTSTR ptszDispName; // used if GC_TCHAR flag is passed
+ LPCTSTR ptszDispName; // This is the protocol's real name as it will be displayed to the user
int iMaxText; // Max message length the protocol supports. Will limit the typing area input. 0 = no limit
int nColors; // Number of colors in the colorchooser menu for the color buttons. Max = 100
COLORREF* pColors; // pointer to the first item in a static COLORREF array containing the colors