comparison src/gtkprefs.c @ 8882:25344c2d74c4

[gaim-migrate @ 9651] Eradicate "Show URLs as links" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 04:58:49 +0000
parents 1ab2a9c17f4a
children 7e6ab16d3549
comparison
equal deleted inserted replaced
8881:1ab2a9c17f4a 8882:25344c2d74c4
757 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); 757 gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
758 758
759 vbox = gaim_gtk_make_frame (ret, _("Display")); 759 vbox = gaim_gtk_make_frame (ret, _("Display"));
760 gaim_gtk_prefs_checkbox(_("Show _timestamp on messages"), 760 gaim_gtk_prefs_checkbox(_("Show _timestamp on messages"),
761 "/gaim/gtk/conversations/show_timestamps", vbox); 761 "/gaim/gtk/conversations/show_timestamps", vbox);
762 #if 0 /* PREFSLASH04 */
763 gaim_gtk_prefs_checkbox(_("Show _URLs as links"),
764 "/gaim/gtk/conversations/show_urls_as_links", vbox);
765 #endif /* PREFSLASH04 */
766 #ifdef USE_GTKSPELL 762 #ifdef USE_GTKSPELL
767 gaim_gtk_prefs_checkbox(_("_Highlight misspelled words"), 763 gaim_gtk_prefs_checkbox(_("_Highlight misspelled words"),
768 "/gaim/gtk/conversations/spellcheck", vbox); 764 "/gaim/gtk/conversations/spellcheck", vbox);
769 #endif 765 #endif
770 #if 0 /* PREFSLASH04 */ 766 #if 0 /* PREFSLASH04 */