diff options
Diffstat (limited to 'include/delphi/m_acc.inc')
-rw-r--r-- | include/delphi/m_acc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_acc.inc b/include/delphi/m_acc.inc index 7556af5130..1aff95d4e2 100644 --- a/include/delphi/m_acc.inc +++ b/include/delphi/m_acc.inc @@ -38,7 +38,7 @@ const a previous call of AVATAR_SETCONTACT.
wParam = not used
lParam = (AnsiChar *) 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
}
AVATAR_SETPROTOCOL = WM_USER+2;
|