Mercurial > pidgin
diff src/protocols/oscar/oscar.c @ 3858:b5d7232c3e76
[gaim-migrate @ 4010]
life is hard enough without expecting windoze users to know that OSCAR is used for AIM and ICQ
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sat, 02 Nov 2002 03:06:20 +0000 |
| parents | daf2cec08eac |
| children | 43e396e94095 |
line wrap: on
line diff
--- 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;
