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

ib subversion at mplayerhq.hu
Thu Mar 31 11:09:55 CEST 2011


Author: ib
Date: Thu Mar 31 11:09:54 2011
New Revision: 33164

Log:
Add a check for unknown items.

Issue error message in case of an unknown skin item.

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 Mar 31 11:03:53 2011	(r33163)
+++ trunk/help/help_mp-en.h	Thu Mar 31 11:09:54 2011	(r33164)
@@ -578,6 +578,7 @@ static const char help_text[]=
 #define MSGTR_SKIN_ERROR_SECTION "No section specified for '%s'.\n"
 #define MSGTR_SKIN_ERROR_WINDOW "No window specified for '%s'.\n"
 #define MSGTR_SKIN_ERROR_ITEM "This item is not supported by '%s'.\n"
+#define MSGTR_SKIN_UNKNOWN_ITEM "Unknown item '%s'\n"
 #define MSGTR_SKIN_UNKNOWN_NAME "Unknown name '%s'\n"
 #define MSGTR_SKIN_SkinFileNotFound "Skin file %s not found.\n"
 #define MSGTR_SKIN_SkinFileNotReadable "Skin file %s not readable.\n"


More information about the MPlayer-DOCS mailing list