Mercurial > pidgin
changeset 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 | ce2ed064d393 |
children | 9f1893ad06e8 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;