diff help/help_mp-en.h @ 15554:e93d0faac02b

Print error when skin file is not readable (e.g. a directory) instead of hanging
author reimar
date Mon, 23 May 2005 20:12:47 +0000
parents cec4a515061f
children c6bedab03c97
line wrap: on
line diff
--- a/help/help_mp-en.h	Mon May 23 16:20:46 2005 +0000
+++ b/help/help_mp-en.h	Mon May 23 20:12:47 2005 +0000
@@ -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"