comparison help/help_mp-en.h @ 36891:c5ee0fc2ec75

Print an information on deprecated skin config file entries. There are several skin config file entries which oughtn't be used any more, although they are still being supported. Inform the user about these without being too annoying.
author ib
date Mon, 10 Mar 2014 17:15:24 +0000
parents 50687cb6d3be
children 64fabc358356
comparison
equal deleted inserted replaced
36890:8f38fea0b91b 36891:c5ee0fc2ec75
717 #define MSGTR_GUI_MSG_SkinFileNotFound "Skin file %s not found.\n" 717 #define MSGTR_GUI_MSG_SkinFileNotFound "Skin file %s not found.\n"
718 #define MSGTR_GUI_MSG_SkinFileNotReadable "Skin file %s not readable.\n" 718 #define MSGTR_GUI_MSG_SkinFileNotReadable "Skin file %s not readable.\n"
719 #define MSGTR_GUI_MSG_SkinFontFileNotFound "Font description file not found.\n" 719 #define MSGTR_GUI_MSG_SkinFontFileNotFound "Font description file not found.\n"
720 #define MSGTR_GUI_MSG_SkinFontImageNotFound "Font image file not found.\n" 720 #define MSGTR_GUI_MSG_SkinFontImageNotFound "Font image file not found.\n"
721 #define MSGTR_GUI_MSG_SkinFontNotFound "Font '%s' not found.\n" 721 #define MSGTR_GUI_MSG_SkinFontNotFound "Font '%s' not found.\n"
722 #define MSGTR_GUI_MSG_SkinLegacy "Skin config file at line %d: '%s' is deprecated, use '%s' instead.\n"
722 #define MSGTR_GUI_MSG_SkinMemoryError "Not enough memory\n" 723 #define MSGTR_GUI_MSG_SkinMemoryError "Not enough memory\n"
723 #define MSGTR_GUI_MSG_SkinTooManyFonts "Too many fonts defined.\n" 724 #define MSGTR_GUI_MSG_SkinTooManyFonts "Too many fonts defined.\n"
724 #define MSGTR_GUI_MSG_SkinTooManyItems "Too many items defined.\n" 725 #define MSGTR_GUI_MSG_SkinTooManyItems "Too many items defined.\n"
725 #define MSGTR_GUI_MSG_SkinUnknownItem "Unknown item '%s'\n" 726 #define MSGTR_GUI_MSG_SkinUnknownItem "Unknown item '%s'\n"
726 #define MSGTR_GUI_MSG_SkinUnknownMessage "Unknown message '%s'\n" 727 #define MSGTR_GUI_MSG_SkinUnknownMessage "Unknown message '%s'\n"