From 3ae65b1dfe3d4152190e822b3441cbf72c7da83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 8 Jan 2014 20:35:20 +0000 Subject: fix comment git-svn-id: http://svn.miranda-ng.org/main/trunk@7555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3