# HG changeset patch # User Nathan Walp # Date 1054483743 0 # Node ID c6fb44711ab2781d173e4ba2d8713723bd4fd261 # Parent 5946be17f9ece09d3f76a806d39ea3053962842f [gaim-migrate @ 6042] that was confusing committer: Tailor Script diff -r 5946be17f9ec -r c6fb44711ab2 src/gtkprefs.c --- a/src/gtkprefs.c Sun Jun 01 16:04:25 2003 +0000 +++ b/src/gtkprefs.c Sun Jun 01 16:09:03 2003 +0000 @@ -1318,9 +1318,9 @@ vbox = gaim_gtk_make_frame (ret, _("Message Logs")); prefs_checkbox(_("_Log all instant messages"), - "/gaim/gtk/logging/log_chats", vbox); + "/gaim/gtk/logging/log_ims", vbox); prefs_checkbox(_("Log all c_hats"), - "/gaim/gtk/logging/log_ims", vbox); + "/gaim/gtk/logging/log_chats", vbox); prefs_checkbox(_("Strip _HTML from logs"), "/gaim/gtk/logging/strip_html", vbox);