# HG changeset patch # User Rob Flynn # Date 988325102 0 # Node ID 300dcb2aa120ddc666028a097cfae9ff75101c84 # Parent 6e51e206a388fdd3578d56d6e612663a06fee63a [gaim-migrate @ 1765] Fixed a funny typo. The Conversation->Windows tab had two frames that were both labeled IM Window ;-) committer: Tailor Script diff -r 6e51e206a388 -r 300dcb2aa120 src/prefs.c --- a/src/prefs.c Thu Apr 26 22:15:46 2001 +0000 +++ b/src/prefs.c Thu Apr 26 22:45:02 2001 +0000 @@ -571,7 +571,7 @@ gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, vbox); gaim_button(_("Show larger entry box on new windows"), &display_options, OPT_DISP_CONV_BIG_ENTRY, vbox); - frame = gtk_frame_new(_("IM Window")); + frame = gtk_frame_new(_("Group Chat Window")); gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); gtk_widget_show(frame);