[MPlayer-DOCS] r30044 - in trunk: help/help_mp-en.h libvo/font_load_ft.c

adrian subversion at mplayerhq.hu
Wed Dec 16 12:11:31 CET 2009


Author: adrian
Date: Wed Dec 16 12:11:31 2009
New Revision: 30044

Log:
Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found.

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/libvo/font_load_ft.c

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Tue Dec 15 21:38:54 2009	(r30043)
+++ trunk/help/help_mp-en.h	Wed Dec 16 12:11:31 2009	(r30044)
@@ -856,6 +856,7 @@ static const char help_text[]=
 #define MSGTR_LIBVO_FONT_LOAD_FT_CannotPrepareOSDFont "Cannot prepare OSD font.\n"
 #define MSGTR_LIBVO_FONT_LOAD_FT_CannotGenerateTables "Cannot generate tables.\n"
 #define MSGTR_LIBVO_FONT_LOAD_FT_DoneFreeTypeFailed "FT_Done_FreeType failed.\n"
+#define MSGTR_LIBVO_FONT_LOAD_FT_FontconfigNoMatch "Fontconfig failed to select a font. Trying without fontconfig...\n"
 
 // sub.c
 #define MSGTR_VO_SUB_Seekbar "Seekbar"


More information about the MPlayer-DOCS mailing list