From: Steinar H. Gunderson Date: Sat, 19 Feb 2005 13:59:58 +0000 (+0000) Subject: Fixed a misleading comment. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=1d80f455c7613198b690d6e21370e1016b20edca Fixed a misleading comment. --- diff --git a/bigscreen/ccbs_bigscreen.cpp b/bigscreen/ccbs_bigscreen.cpp index 9d173b2..f6d8da5 100644 --- a/bigscreen/ccbs_bigscreen.cpp +++ b/bigscreen/ccbs_bigscreen.cpp @@ -173,7 +173,7 @@ void init_freetype() fonts.push_back(face); } - // FreeSerif + // Arial Unicode MS if (FT_New_Face(library, "arialuni.ttf", 0, &face)) { std::fprintf(stderr, "Warning: Couldn't open Arial Unicode MS, some glyphs might not be available\n"); } else {