beautufy some strings

This commit is contained in:
Karl Eichwalder 1999-08-29 08:18:51 +00:00
parent 7078197e40
commit 9ff5e8b976
3 changed files with 11 additions and 2 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;
}