comparison help/help_mp-zh_CN.h @ 33114:5ad451a5ebec

Remove useless warning message. Instead, add debug message and return whether conversion was successful or not and use the return code to issue an appropriate error message.
author ib
date Mon, 04 Apr 2011 12:40:20 +0000
parents 7b7d03089255
children 5f334d3bc566
comparison
equal deleted inserted replaced
33113:cc6d4af87b99 33114:5ad451a5ebec
772 // --- messagebox 772 // --- messagebox
773 #define MSGTR_MSGBOX_LABEL_FatalError "致命错误!" 773 #define MSGTR_MSGBOX_LABEL_FatalError "致命错误!"
774 #define MSGTR_MSGBOX_LABEL_Error "错误!" 774 #define MSGTR_MSGBOX_LABEL_Error "错误!"
775 #define MSGTR_MSGBOX_LABEL_Warning "警告!" 775 #define MSGTR_MSGBOX_LABEL_Warning "警告!"
776 776
777 // bitmap.c
778 #define MSGTR_NotEnoughMemoryC32To1 "[c32to1] 用于图像的内存不足\n"
779
780 // cfg.c 777 // cfg.c
781 #define MSGTR_ConfigFileReadError "[cfg] 配置文件读取错误...\n" 778 #define MSGTR_ConfigFileReadError "[cfg] 配置文件读取错误...\n"
782 #define MSGTR_UnableToSaveOption "[cfg] 无法保存‘%s’选项。\n" 779 #define MSGTR_UnableToSaveOption "[cfg] 无法保存‘%s’选项。\n"
783 780
784 // interface.c 781 // interface.c