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

ib subversion at mplayerhq.hu
Fri Mar 28 13:04:57 CET 2014


Author: ib
Date: Fri Mar 28 13:04:57 2014
New Revision: 37097

Log:
Check numphases.

Don't allow it to be zero.

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	Fri Mar 28 12:40:37 2014	(r37096)
+++ trunk/help/help_mp-en.h	Fri Mar 28 13:04:57 2014	(r37097)
@@ -712,6 +712,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_MSG_SkinErrorBitmap16Bit "Color depth of bitmap %s is 16 bits or less which is not supported.\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"
 #define MSGTR_GUI_MSG_SkinErrorSection "No section specified for '%s'.\n"
 #define MSGTR_GUI_MSG_SkinErrorWindow "No window specified for '%s'.\n"
 #define MSGTR_GUI_MSG_SkinFileNotFound "Skin file %s not found.\n"


More information about the MPlayer-DOCS mailing list