diff help/help_mp-zh_CN.h @ 33059:492520edebad

Remove pointless code and messages. These errors will never occur because the return codes do not exist in the called function. The existing error messages have been revised.
author ib
date Tue, 29 Mar 2011 12:59:30 +0000
parents 19de764d832c
children be0848508395
line wrap: on
line diff
--- a/help/help_mp-zh_CN.h	Tue Mar 29 11:17:01 2011 +0000
+++ b/help/help_mp-zh_CN.h	Tue Mar 29 12:59:30 2011 +0000
@@ -567,11 +567,7 @@
 #define MSGTR_SKIN_SkinFileNotReadable "无法读取界面外观文件 %s。\n"
 #define MSGTR_SKIN_BITMAP_16bit  "不支持少于或等于 16 比特颜色精度的位图(%s)。\n"
 #define MSGTR_SKIN_BITMAP_FileNotFound  "未找到文件(%s)\n"
-#define MSGTR_SKIN_BITMAP_BMPReadError "BMP 读取错误(%s)\n"
-#define MSGTR_SKIN_BITMAP_TGAReadError "TGA 读取错误(%s)\n"
 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG 读取错误(%s)\n"
-#define MSGTR_SKIN_BITMAP_RLENotSupported "不支持 RLE 方式压缩的 TGA(%s)\n"
-#define MSGTR_SKIN_BITMAP_UnknownFileType "未知文件类型(%s)\n"
 #define MSGTR_SKIN_BITMAP_ConversionError "24 比特至 32 比特转换出错(%s)\n"
 #define MSGTR_SKIN_BITMAP_UnknownMessage "未知信息:%s\n"
 #define MSGTR_SKIN_FONT_NotEnoughtMemory "内存不够\n"