diff options
author | adrian <adrian@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-16 11:11:31 +0000 |
---|---|---|
committer | adrian <adrian@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-16 11:11:31 +0000 |
commit | 067b81750004a883209ae9936b1e9c4b31ab3b1a (patch) | |
tree | 01b290c04d543557ec36db12baefd29d403bcda2 /help | |
parent | 2a33cd01f6d969600a56e9ea28d1504be7e7eafd (diff) |
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
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-en.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |