comparison src/gtkprefs.c @ 9056:1c10229e5c66

[gaim-migrate @ 9832] simguy messed up. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 24 May 2004 21:27:23 +0000
parents f01eef2c264a
children 96bfa9bd110f
comparison
equal deleted inserted replaced
9055:a243d688c93c 9056:1c10229e5c66
827 gtk_imhtmltoolbar_associate_smileys(GTK_IMHTMLTOOLBAR(toolbar), "default"); 827 gtk_imhtmltoolbar_associate_smileys(GTK_IMHTMLTOOLBAR(toolbar), "default");
828 gaim_setup_imhtml(imhtml); 828 gaim_setup_imhtml(imhtml);
829 gtk_imhtml_append_text(GTK_IMHTML(imhtml), _("This is how your outgoing message text will appear when you use protocols that support formatting. :)"), 0); 829 gtk_imhtml_append_text(GTK_IMHTML(imhtml), _("This is how your outgoing message text will appear when you use protocols that support formatting. :)"), 0);
830 gtk_container_add(GTK_CONTAINER(sw), imhtml); 830 gtk_container_add(GTK_CONTAINER(sw), imhtml);
831 831
832 button = gtk_button_new_with_mnemonic("_Clear Formatting"); 832 button = gtk_button_new_with_mnemonic(_("_Clear Formatting"));
833 gtk_box_pack_start(GTK_BOX(fontvbox), button, FALSE, FALSE, 0); 833 gtk_box_pack_start(GTK_BOX(fontvbox), button, FALSE, FALSE, 0);
834 834
835 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/send_formatting")) 835 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/send_formatting"))
836 gtk_widget_set_sensitive(fontvbox, FALSE); 836 gtk_widget_set_sensitive(fontvbox, FALSE);
837 837