comparison src/gtkprefs.c @ 8602:6046b0b6abd0

[gaim-migrate @ 9353] Smallinify one of those pref descriptions, and anti-s'inate another. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 07 Apr 2004 07:01:06 +0000
parents 0349e319e1c0
children ff2c1e946a5c
comparison
equal deleted inserted replaced
8601:cfb11d9a46fd 8602:6046b0b6abd0
688 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); 688 gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
689 689
690 vbox = gaim_gtk_make_frame(ret, _("Style")); 690 vbox = gaim_gtk_make_frame(ret, _("Style"));
691 gaim_gtk_prefs_checkbox(_("_Bold"), 691 gaim_gtk_prefs_checkbox(_("_Bold"),
692 "/gaim/gtk/conversations/send_bold", vbox); 692 "/gaim/gtk/conversations/send_bold", vbox);
693 gaim_gtk_prefs_checkbox(_("_Italics"), 693 gaim_gtk_prefs_checkbox(_("_Italic"),
694 "/gaim/gtk/conversations/send_italic", vbox); 694 "/gaim/gtk/conversations/send_italic", vbox);
695 gaim_gtk_prefs_checkbox(_("_Underline"), 695 gaim_gtk_prefs_checkbox(_("_Underline"),
696 "/gaim/gtk/conversations/send_underline", vbox); 696 "/gaim/gtk/conversations/send_underline", vbox);
697 #if 0 697 #if 0
698 /*who in their right mind would use this as a default anyway? 698 /*who in their right mind would use this as a default anyway?
917 g_list_free(names); 917 g_list_free(names);
918 918
919 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); 919 gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
920 gtk_size_group_add_widget(sg, label); 920 gtk_size_group_add_widget(sg, label);
921 921
922 gaim_gtk_prefs_checkbox(_("Send _URLs as Links"), 922 gaim_gtk_prefs_checkbox(_("Send _URLs as links"),
923 "/core/conversations/send_urls_as_links", vbox); 923 "/core/conversations/send_urls_as_links", vbox);
924 924
925 gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"), 925 gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"),
926 "/gaim/gtk/conversations/show_formatting_toolbar", vbox); 926 "/gaim/gtk/conversations/show_formatting_toolbar", vbox);
927 927