Wops, accidentally committed a change made for testing

master
Marius Kintel 2015-01-29 20:43:13 -05:00
parent 5b216a5bd4
commit ea165eeb58
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ const std::string &FontInfo::get_file() const
FontCache * FontCache::self = NULL;
FontCache::InitHandlerFunc *FontCache::cb_handler = FontCache::defaultInitHandler;
void *FontCache::cb_userdata = NULL;
const std::string FontCache::DEFAULT_FONT("XXX");
const std::string FontCache::DEFAULT_FONT("Liberation Sans:style=Regular");
/**
* Default implementation for the font cache initialization. In case no other