Use PNG for fonts instead of PCX.

This commit is contained in:
David Capello 2011-04-02 10:50:59 -03:00
parent 1fd011c20b
commit c5801760b6
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -255,7 +255,7 @@ void SkinTheme::reload_skin()
std::string SkinTheme::get_font_filename() const
{
return "skins/" + m_selected_skin + "/font.pcx";
return "skins/" + m_selected_skin + "/font.png";
}
void SkinTheme::onRegenerate()