comparison 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
comparison
equal deleted inserted replaced
9831:0d02a51ea1c3 9832:54e0322c81fb
1011 _("None"), GAIM_BUTTON_NONE, 1011 _("None"), GAIM_BUTTON_NONE,
1012 NULL); 1012 NULL);
1013 gtk_size_group_add_widget(sg, label); 1013 gtk_size_group_add_widget(sg, label);
1014 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); 1014 gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
1015 1015
1016 #if 0
1016 gaim_gtk_prefs_checkbox(_("Enable \"_slash\" commands"), 1017 gaim_gtk_prefs_checkbox(_("Enable \"_slash\" commands"),
1017 "/gaim/gtk/conversations/enable_commands", vbox); 1018 "/gaim/gtk/conversations/enable_commands", vbox);
1019 #endif
1020 gaim_gtk_prefs_checkbox(_("Send unknown \"_slash\" commands as messages"),
1021 "/gaim/gtk/conversations/passthrough_unknown_commands", vbox);
1018 1022
1019 gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"), 1023 gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"),
1020 "/gaim/gtk/conversations/show_formatting_toolbar", vbox); 1024 "/gaim/gtk/conversations/show_formatting_toolbar", vbox);
1021 gaim_gtk_prefs_checkbox(_("Show _aliases in tabs/titles"), 1025 gaim_gtk_prefs_checkbox(_("Show _aliases in tabs/titles"),
1022 "/core/conversations/use_alias_for_title", vbox); 1026 "/core/conversations/use_alias_for_title", vbox);