src/protocols/msn/msn.c

changeset 4237
30a2a985d011
parent 4235
216938806583
child 4245
6a4b22d05cc2
equal deleted inserted replaced
4236:71a063fb2d7a 4237:30a2a985d011
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)

mercurial