Mercurial > pidgin.yaz
changeset 1211:892bb91e9a27
[gaim-migrate @ 1221]
hehe
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 06 Dec 2000 23:27:45 +0000 |
parents | 265abea9db72 |
children | a487b35ac05a |
files | src/buddy_chat.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy_chat.c Wed Dec 06 21:39:56 2000 +0000 +++ b/src/buddy_chat.c Wed Dec 06 23:27:45 2000 +0000 @@ -138,7 +138,7 @@ gtk_container_set_border_width(GTK_CONTAINER(mainbox), 5); gtk_container_add(GTK_CONTAINER(joinchat), mainbox); - frame = gtk_frame_new(_("Send Instant Message")); + frame = gtk_frame_new(_("Buddy Chat")); gtk_box_pack_start(GTK_BOX(mainbox), frame, TRUE, TRUE, 0); fbox = gtk_vbox_new(FALSE, 5);