Patch from Chyla Zbigniew <chyla@alice.ci.pwr.wroc.pl> to gettextize

1999-08-16  Jonathan Blandford  <jrb@redhat.com>

	* Patch from Chyla Zbigniew <chyla@alice.ci.pwr.wroc.pl> to
	gettextize everything.  Sorry translators...
This commit is contained in:
Jonathan Blandford 1999-08-16 15:42:37 +00:00 committed by Jonathan Blandford
parent 611f3fa6bf
commit fb5d8c4562
7 changed files with 799 additions and 1911 deletions

View file

@ -249,7 +249,7 @@ make_main(void)
if (style->rc_style == NULL) {
/* FIXME - should really get this from X somehow */
/* for now we just assume default gtk font */
initial_font = g_strdup("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*");
initial_font = g_strdup(_("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"));
} else {
initial_font = style->rc_style->font_name;
}