comparison src/prefs.c @ 4599:221fb7143cd4

[gaim-migrate @ 4884] Smigs fixed some spelling mistakes committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 22 Feb 2003 01:08:51 +0000
parents eddb870a3c4d
children 858979ab3867
comparison
equal deleted inserted replaced
4598:a064e437d5eb 4599:221fb7143cd4
421 421
422 vbox = make_frame(ret, _("Style")); 422 vbox = make_frame(ret, _("Style"));
423 gaim_button(_("_Bold"), &font_options, OPT_FONT_BOLD, vbox); 423 gaim_button(_("_Bold"), &font_options, OPT_FONT_BOLD, vbox);
424 gaim_button(_("_Italics"), &font_options, OPT_FONT_ITALIC, vbox); 424 gaim_button(_("_Italics"), &font_options, OPT_FONT_ITALIC, vbox);
425 gaim_button(_("_Underline"), &font_options, OPT_FONT_UNDERLINE, vbox); 425 gaim_button(_("_Underline"), &font_options, OPT_FONT_UNDERLINE, vbox);
426 gaim_button(_("_Strikethough"), &font_options, OPT_FONT_STRIKE, vbox); 426 gaim_button(_("_Strikethrough"), &font_options, OPT_FONT_STRIKE, vbox);
427 427
428 vbox = make_frame(ret, _("Face")); 428 vbox = make_frame(ret, _("Face"));
429 hbox = gtk_hbox_new(FALSE, 6); 429 hbox = gtk_hbox_new(FALSE, 6);
430 gtk_container_add(GTK_CONTAINER(vbox), hbox); 430 gtk_container_add(GTK_CONTAINER(vbox), hbox);
431 button = gaim_button(_("Use custo_m face"), &font_options, OPT_FONT_FACE, hbox); 431 button = gaim_button(_("Use custo_m face"), &font_options, OPT_FONT_FACE, hbox);