comparison 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
comparison
equal deleted inserted replaced
15553:43af13780751 15554:e93d0faac02b
639 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s" 639 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s"
640 #define MSGTR_SKIN_WARNING1 "[skin] warning in config file line %d:\nwidget (%s) found but no \"section\" found before" 640 #define MSGTR_SKIN_WARNING1 "[skin] warning in config file line %d:\nwidget (%s) found but no \"section\" found before"
641 #define MSGTR_SKIN_WARNING2 "[skin] warning in config file line %d:\nwidget (%s) found but no \"subsection\" found before" 641 #define MSGTR_SKIN_WARNING2 "[skin] warning in config file line %d:\nwidget (%s) found but no \"subsection\" found before"
642 #define MSGTR_SKIN_WARNING3 "[skin] warning in config file line %d:\nthis subsection is not supported by widget (%s)" 642 #define MSGTR_SKIN_WARNING3 "[skin] warning in config file line %d:\nthis subsection is not supported by widget (%s)"
643 #define MSGTR_SKIN_SkinFileNotFound "[skin] file ( %s ) not found.\n" 643 #define MSGTR_SKIN_SkinFileNotFound "[skin] file ( %s ) not found.\n"
644 #define MSGTR_SKIN_SkinFileNotReadable "[skin] file ( %s ) not readable.\n"
644 #define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported (%s).\n" 645 #define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported (%s).\n"
645 #define MSGTR_SKIN_BITMAP_FileNotFound "file not found (%s)\n" 646 #define MSGTR_SKIN_BITMAP_FileNotFound "file not found (%s)\n"
646 #define MSGTR_SKIN_BITMAP_BMPReadError "BMP read error (%s)\n" 647 #define MSGTR_SKIN_BITMAP_BMPReadError "BMP read error (%s)\n"
647 #define MSGTR_SKIN_BITMAP_TGAReadError "TGA read error (%s)\n" 648 #define MSGTR_SKIN_BITMAP_TGAReadError "TGA read error (%s)\n"
648 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG read error (%s)\n" 649 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG read error (%s)\n"