# HG changeset patch # User Rob Flynn # Date 1015461970 0 # Node ID 8863555aacc6448958a9a4320a6249db3cf2f878 # Parent 3f76de1d69e1ae21963ae1fbb12bf3c2c4e0ec75 [gaim-migrate @ 3029] Is this retarded? Someone tell me. committer: Tailor Script diff -r 3f76de1d69e1 -r 8863555aacc6 src/protocols/Makefile.am --- a/src/protocols/Makefile.am Thu Mar 07 00:29:59 2002 +0000 +++ b/src/protocols/Makefile.am Thu Mar 07 00:46:10 2002 +0000 @@ -1,4 +1,4 @@ -DIST_SUBDIRS = gg icq irc jabber msn napster oscar toc yahoo zephyr +DIST_SUBDIRS = gg irc jabber msn napster oscar toc yahoo zephyr if PRPLS diff -r 3f76de1d69e1 -r 8863555aacc6 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Thu Mar 07 00:29:59 2002 +0000 +++ b/src/protocols/oscar/oscar.c Thu Mar 07 00:46:10 2002 +0000 @@ -2412,7 +2412,7 @@ } static char *oscar_name() { - return "Oscar"; + return "Oscar / ICQ"; } static int oscar_send_typing(struct gaim_connection *gc, char *name, int typing) {