# HG changeset patch # User ben # Date 1179695234 0 # Node ID 74f5109611e289bc711e6a2e3c4032b8c115a370 # Parent 15b2b1e8a56835e8114cb893aceb762f99c84513 missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba) diff -r 15b2b1e8a568 -r 74f5109611e2 gui/interface.c --- a/gui/interface.c Sun May 20 17:56:39 2007 +0000 +++ b/gui/interface.c Sun May 20 21:07:14 2007 +0000 @@ -426,7 +426,7 @@ void guiLoadFont( void ) { #ifdef HAVE_FREETYPE - load_font_ft(vo_image_width, vo_image_height); + load_font_ft(vo_image_width, vo_image_height, &vo_font, font_name); #else if ( vo_font ) {