| 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 */ |