Mercurial > pidgin.yaz
changeset 9817:5afa28c94201
[gaim-migrate @ 10688]
Spelling fix from wing
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 22 Aug 2004 15:40:19 +0000 |
parents | 34db8e8b49d8 |
children | 5206fb21e358 |
files | src/gtkconv.c src/protocols/rendezvous/rendezvous.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Sun Aug 22 05:15:52 2004 +0000 +++ b/src/gtkconv.c Sun Aug 22 15:40:19 2004 +0000 @@ -3776,7 +3776,7 @@ /* Invite */ gtkchat->invite = gaim_gtkconv_button_new(GAIM_STOCK_INVITE, _("Invite"), - _("Invite a usuer"), + _("Invite a user"), gtkconv->tooltips, invite_cb, conv); gtk_box_pack_start(GTK_BOX(parent), gtkchat->invite, TRUE, TRUE, 0); gtk_size_group_add_widget(gtkconv->sg, gtkchat->invite);
--- a/src/protocols/rendezvous/rendezvous.c Sun Aug 22 05:15:52 2004 +0000 +++ b/src/protocols/rendezvous/rendezvous.c Sun Aug 22 15:40:19 2004 +0000 @@ -112,6 +112,7 @@ return; b = gaim_buddy_new(account, name, NULL); + /* gaim_blist_node_set_flag(b, GAIM_BLIST_NODE_FLAG_NO_SAVE); */ gaim_blist_add_buddy(b, NULL, g, NULL); serv_got_update(gc, b->name, 1, 0, 0, 0, 0);