diff src/gtkprefs.c @ 5635:c6fb44711ab2

[gaim-migrate @ 6042] that was confusing committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 01 Jun 2003 16:09:03 +0000
parents 97a079bc8caa
children 1693a3027dc8
line wrap: on
line diff
--- 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);