From ea165eeb581e7d269bc9d395db11fd34d9b094a8 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 29 Jan 2015 20:43:13 -0500 Subject: [PATCH] Wops, accidentally committed a change made for testing --- src/FontCache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FontCache.cc b/src/FontCache.cc index c353fe6f..1786dca8 100644 --- a/src/FontCache.cc +++ b/src/FontCache.cc @@ -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