diff options
Diffstat (limited to 'include/m_acc.h')
-rw-r--r-- | include/m_acc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_acc.h b/include/m_acc.h index 93be99d204..b0236b1aa6 100644 --- a/include/m_acc.h +++ b/include/m_acc.h @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. // a previous call of AVATAR_SETCONTACT.
// wParam = not used
// lParam = (char *) protcol name
-// Usage: SendMessage(hwnd, AVATAR_SETPROTOCOL, 0, (LPARAM) "MSN");
+// Usage: SendMessage(hwnd, AVATAR_SETPROTOCOL, 0, (LPARAM) "ICQ");
// Only works on AVATAR_CONTROL_CLASS controls
#define AVATAR_SETPROTOCOL (WM_USER+2)
|