comparison src/gtkconv.c @ 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 e98c9a80fb74
comparison
equal deleted inserted replaced
9816:34db8e8b49d8 9817:5afa28c94201
3774 3774
3775 /* The buttons, from left to right */ 3775 /* The buttons, from left to right */
3776 3776
3777 /* Invite */ 3777 /* Invite */
3778 gtkchat->invite = gaim_gtkconv_button_new(GAIM_STOCK_INVITE, _("Invite"), 3778 gtkchat->invite = gaim_gtkconv_button_new(GAIM_STOCK_INVITE, _("Invite"),
3779 _("Invite a usuer"), 3779 _("Invite a user"),
3780 gtkconv->tooltips, invite_cb, conv); 3780 gtkconv->tooltips, invite_cb, conv);
3781 gtk_box_pack_start(GTK_BOX(parent), gtkchat->invite, TRUE, TRUE, 0); 3781 gtk_box_pack_start(GTK_BOX(parent), gtkchat->invite, TRUE, TRUE, 0);
3782 gtk_size_group_add_widget(gtkconv->sg, gtkchat->invite); 3782 gtk_size_group_add_widget(gtkconv->sg, gtkchat->invite);
3783 3783
3784 /* Add button */ 3784 /* Add button */