diff src/protocols/oscar/im.c @ 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/im.c	Sun Aug 22 17:45:40 2004 +0000
+++ b/src/protocols/oscar/im.c	Sun Aug 22 17:59:17 2004 +0000
@@ -1312,9 +1312,9 @@
 {
 	/* Should this be ASCII -> UNICODE -> Custom */
 	static const fu16_t charsetpri[] = {
-		AIM_IMCHARSET_ASCII, /* ASCII first */
-		AIM_IMCHARSET_CUSTOM, /* then ISO-8859-1 */
-		AIM_IMCHARSET_UNICODE, /* UNICODE as last resort */
+		AIM_CHARSET_ASCII, /* ASCII first */
+		AIM_CHARSET_CUSTOM, /* then ISO-8859-1 */
+		AIM_CHARSET_UNICODE, /* UNICODE as last resort */
 	};
 	static const int charsetpricount = 3;
 	int i;