# HG changeset patch # User Matti Hamalainen # Date 1375792829 -10800 # Node ID e2ac88d85aecd9c4dbfa1ffc0560ee0b46efd5bd # Parent 1efee62c0f96853dbe42539b7eb653c7d77e55d1 Fix font filename. diff -r 1efee62c0f96 -r e2ac88d85aec src/main.c --- a/src/main.c Tue Aug 06 15:39:53 2013 +0300 +++ b/src/main.c Tue Aug 06 15:40:29 2013 +0300 @@ -201,7 +201,7 @@ normal.foreground_color.g = 0.65; normal.foreground_color.b = 0.45; - normal.font = texture_font_new( atlas, "data/fonts/term.ttf", 33 ); + normal.font = texture_font_new( atlas, "data/fonts/term.TTF", 33 ); markup_t bold = normal; bold.bold = 1;