Mercurial > pidgin
diff src/protocols/oscar/aim.h @ 9826:6f2a90c36ee2
[gaim-migrate @ 10697]
Kevin pointed out that the error message for AIM when you couldn't send
a message to someone could be better. So I made it better.
Also renamed AIM_IMCHARSET_bleh to AIM_CHARSET_bleh, since they're used
in direct connect stuff, too.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 22 Aug 2004 17:59:17 +0000 |
| parents | 0c170246a9ec |
| children | cee849d17167 |
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h Sun Aug 22 17:45:40 2004 +0000 +++ b/src/protocols/oscar/aim.h Sun Aug 22 17:59:17 2004 +0000 @@ -693,9 +693,9 @@ #define AIM_IMFLAGS_OFFLINE 0x0800 /* send to offline user */ #define AIM_IMFLAGS_TYPINGNOT 0x1000 /* typing notification */ -#define AIM_IMCHARSET_ASCII 0x0000 -#define AIM_IMCHARSET_UNICODE 0x0002 /* UCS-2BE */ -#define AIM_IMCHARSET_CUSTOM 0x0003 +#define AIM_CHARSET_ASCII 0x0000 +#define AIM_CHARSET_UNICODE 0x0002 /* UCS-2BE */ +#define AIM_CHARSET_CUSTOM 0x0003 /* * Multipart message structures.
