[MPlayer-DOCS] r37121 - in trunk: gui/skin/skin.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Thu Apr 3 12:16:01 CEST 2014


Author: ib
Date: Thu Apr  3 12:16:01 2014
New Revision: 37121

Log:
Check potmeter and pimage default value in skin configuration file.

The value has to be in the range of 0 to 100.

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/gui/skin/skin.c
   trunk/help/help_mp-de.h

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Thu Apr  3 11:47:41 2014	(r37120)
+++ trunk/help/help_mp-en.h	Thu Apr  3 12:16:01 2014	(r37121)
@@ -710,6 +710,7 @@ static const char help_text[] = MSGTR_He
 #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"


More information about the MPlayer-DOCS mailing list