# HG changeset patch # User Luke Schierer # Date 1036206380 0 # Node ID b5d7232c3e76613918224f0dc51337f50a1bab73 # Parent ce2ed064d393e09c1b526d4f7fd5ddaff0981a21 [gaim-migrate @ 4010] life is hard enough without expecting windoze users to know that OSCAR is used for AIM and ICQ committer: Tailor Script diff -r ce2ed064d393 -r b5d7232c3e76 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Sat Nov 02 01:56:16 2002 +0000 +++ b/src/protocols/oscar/oscar.c Sat Nov 02 03:06:20 2002 +0000 @@ -4724,7 +4724,7 @@ struct proto_user_opt *puo; ret->protocol = PROTO_OSCAR; ret->options = OPT_PROTO_MAIL_CHECK | OPT_PROTO_BUDDY_ICON | OPT_PROTO_IM_IMAGE; - ret->name = g_strdup("Oscar"); + ret->name = g_strdup("AIM/ICQ"); ret->list_icon = oscar_list_icon; ret->away_states = oscar_away_states; ret->actions = oscar_actions;