From 067b81750004a883209ae9936b1e9c4b31ab3b1a Mon Sep 17 00:00:00 2001 From: adrian Date: Wed, 16 Dec 2009 11:11:31 +0000 Subject: Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30044 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-en.h | 1 + 1 file changed, 1 insertion(+) (limited to 'help') diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 52d0484c93..5d9413fa33 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -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" -- cgit v1.2.3