diff src/gtkprefs.c @ 9832:54e0322c81fb

[gaim-migrate @ 10703] I think people will like this better. Maybe. I changed toggling commands on/off with toggling passing through unknown commands on/off. I can always revert it if people hate it even more. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 22 Aug 2004 23:10:49 +0000
parents 430ef8fc963d
children 67dbf65e76cf
line wrap: on
line diff
--- a/src/gtkprefs.c	Sun Aug 22 22:21:20 2004 +0000
+++ b/src/gtkprefs.c	Sun Aug 22 23:10:49 2004 +0000
@@ -1013,8 +1013,12 @@
 	gtk_size_group_add_widget(sg, label);
 	gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
 
+#if 0
 	gaim_gtk_prefs_checkbox(_("Enable \"_slash\" commands"),
 			"/gaim/gtk/conversations/enable_commands", vbox);
+#endif
+	gaim_gtk_prefs_checkbox(_("Send unknown \"_slash\" commands as messages"),
+	                        "/gaim/gtk/conversations/passthrough_unknown_commands", vbox);
 
 	gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"),
 				  "/gaim/gtk/conversations/show_formatting_toolbar", vbox);