Mercurial > pidgin
changeset 1408:815e3000467e
[gaim-migrate @ 1418]
wrong word. that's the problem with yank-n-paste
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 15 Jan 2001 23:47:55 +0000 |
parents | 9f356885a77a |
children | 17e544f8c7fb |
files | src/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/prefs.c Sun Jan 14 20:50:41 2001 +0000 +++ b/src/prefs.c Mon Jan 15 23:47:55 2001 +0000 @@ -639,7 +639,7 @@ parent = prefdialog->parent; gtk_widget_destroy(prefdialog); - prefdialog = gtk_frame_new(_("Chat Options")); + prefdialog = gtk_frame_new(_("Chat Rooms")); gtk_container_add(GTK_CONTAINER(parent), prefdialog); box = gtk_vbox_new(FALSE, 5);