src/gtkprefs.c

changeset 10389
6c8d0ef5b6c4
parent 10386
6fcc45a26a16
child 10398
e7543a7da8d6
equal deleted inserted replaced
10388:70059f7d61a7 10389:6c8d0ef5b6c4
753 753
754 ret = gtk_vbox_new(FALSE, 18); 754 ret = gtk_vbox_new(FALSE, 18);
755 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); 755 gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
756 756
757 vbox = gaim_gtk_make_frame (ret, _("Display")); 757 vbox = gaim_gtk_make_frame (ret, _("Display"));
758 gaim_gtk_prefs_checkbox(_("Show _timestamp on messages"),
759 "/gaim/gtk/conversations/show_timestamps", vbox);
760 #ifdef USE_GTKSPELL 758 #ifdef USE_GTKSPELL
761 gaim_gtk_prefs_checkbox(_("_Highlight misspelled words"), 759 gaim_gtk_prefs_checkbox(_("_Highlight misspelled words"),
762 "/gaim/gtk/conversations/spellcheck", vbox); 760 "/gaim/gtk/conversations/spellcheck", vbox);
763 #endif 761 #endif
764 vbox = gaim_gtk_make_frame (ret, _("Ignore")); 762 vbox = gaim_gtk_make_frame (ret, _("Ignore"));
2352 gaim_prefs_remove("/gaim/gtk/conversations/smiley_shortcuts"); 2350 gaim_prefs_remove("/gaim/gtk/conversations/smiley_shortcuts");
2353 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion"); 2351 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion");
2354 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete"); 2352 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete");
2355 gaim_prefs_remove("/gaim/gtk/conversations/im/raise_on_events"); 2353 gaim_prefs_remove("/gaim/gtk/conversations/im/raise_on_events");
2356 gaim_prefs_remove("/gaim/gtk/conversations/chat/raise_on_events"); 2354 gaim_prefs_remove("/gaim/gtk/conversations/chat/raise_on_events");
2357 gaim_prefs_remove("/core/conversations/use_alias_for_title"); 2355 gaim_prefs_remove("/gaim/gtk/conversations/show_timestamps");
2358 gaim_prefs_remove("/gaim/gtk/sound/signon"); 2356 gaim_prefs_remove("/gaim/gtk/sound/signon");
2359 gaim_prefs_remove("/gaim/gtk/sound/silent_signon"); 2357 gaim_prefs_remove("/gaim/gtk/sound/silent_signon");
2360 gaim_prefs_remove("/gaim/gtk/logging/individual_logs"); 2358 gaim_prefs_remove("/gaim/gtk/logging/individual_logs");
2361 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_bgcolor"); 2359 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_bgcolor");
2362 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_fgcolor"); 2360 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_fgcolor");

mercurial