Fix fallback textclass.

SVN revision: 29876
This commit is contained in:
Kim Woelders 2007-05-06 13:37:37 +00:00
parent d6e0b13275
commit 442c16bf26
1 changed files with 1 additions and 0 deletions

View File

@ -486,6 +486,7 @@ TextclassSighan(int sig, void *prm __UNUSED__)
tc->norm.normal->fontname =
Estrdup("-*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*");
ESetColor(&(tc->norm.normal->fg_col), 0, 0, 0);
TextclassPopulate(tc);
break;
}
}