[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.168,1.169
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Mon May 23 22:12:49 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv6066/help
Modified Files:
help_mp-en.h
Log Message:
Print error when skin file is not readable (e.g. a directory) instead of hanging
Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- help_mp-en.h 18 May 2005 11:38:06 -0000 1.168
+++ help_mp-en.h 23 May 2005 20:12:47 -0000 1.169
@@ -641,6 +641,7 @@
#define MSGTR_SKIN_WARNING2 "[skin] warning in config file line %d:\nwidget (%s) found but no \"subsection\" found before"
#define MSGTR_SKIN_WARNING3 "[skin] warning in config file line %d:\nthis subsection is not supported by widget (%s)"
#define MSGTR_SKIN_SkinFileNotFound "[skin] file ( %s ) not found.\n"
+#define MSGTR_SKIN_SkinFileNotReadable "[skin] file ( %s ) not readable.\n"
#define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported (%s).\n"
#define MSGTR_SKIN_BITMAP_FileNotFound "file not found (%s)\n"
#define MSGTR_SKIN_BITMAP_BMPReadError "BMP read error (%s)\n"
More information about the MPlayer-DOCS
mailing list