diff help/help_mp-en.h @ 37025:df052000865c

Check potmeter and pimage default value in skin configuration file. The value has to be in the range of 0 to 100.
author ib
date Thu, 03 Apr 2014 10:16:01 +0000
parents 64fabc358356
children 0b0528ba3344
line wrap: on
line diff
--- a/help/help_mp-en.h	Thu Apr 03 09:47:41 2014 +0000
+++ b/help/help_mp-en.h	Thu Apr 03 10:16:01 2014 +0000
@@ -710,6 +710,7 @@
 #define MSGTR_GUI_MSG_SkinCfgNotFound "Skin '%s' not found.\n"
 #define MSGTR_GUI_MSG_SkinCfgSelectedNotFound "Selected skin '%s' not found, trying skin 'default'...\n"
 #define MSGTR_GUI_MSG_SkinErrorBitmap16Bit "Color depth of bitmap %s is 16 bits or less which is not supported.\n"
+#define MSGTR_GUI_MSG_SkinErrorDefault "Default (%d) out of range\n"
 #define MSGTR_GUI_MSG_SkinErrorItem "This item is not supported by '%s'.\n"
 #define MSGTR_GUI_MSG_SkinErrorMessage "Error in skin config file at line %d: %s"
 #define MSGTR_GUI_MSG_SkinErrorNumphases "The number of phases must not be zero.\n"