comparison src/protocols/msn/msn.c @ 4237:2b5fa2b2f4ae

[gaim-migrate @ 4483] This was a team effort. I did my part, he did his part, and somehow we managed to get it done. I'd like to thank my parents. And God. And my pet turtle, Fluffy. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Jan 2003 01:56:03 +0000
parents cba92ec56248
children cd84b0fd63fc
comparison
equal deleted inserted replaced
4236:9641bd9c79f5 4237:2b5fa2b2f4ae
2547 static GList *msn_actions() 2547 static GList *msn_actions()
2548 { 2548 {
2549 GList *m = NULL; 2549 GList *m = NULL;
2550 2550
2551 m = g_list_append(m, _("Set Friendly Name")); 2551 m = g_list_append(m, _("Set Friendly Name"));
2552 m = g_list_append(m, _("Reset All Friendly Names"));
2553 2552
2554 return m; 2553 return m;
2555 } 2554 }
2556 2555
2557 static void msn_convo_closed(struct gaim_connection *gc, char *who) 2556 static void msn_convo_closed(struct gaim_connection *gc, char *who)