[MPlayer-DOCS] r36987 - in trunk: Changelog gui/skin/skin.c gui/win32/skinload.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Mon Mar 10 18:15:24 CET 2014


Author: ib
Date: Mon Mar 10 18:15:24 2014
New Revision: 36987

Log:
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.

Modified:
   trunk/help/help_mp-en.h

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

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Sat Mar  8 20:17:43 2014	(r36986)
+++ trunk/help/help_mp-en.h	Mon Mar 10 18:15:24 2014	(r36987)
@@ -719,6 +719,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_MSG_SkinFontFileNotFound "Font description file not found.\n"
 #define MSGTR_GUI_MSG_SkinFontImageNotFound "Font image file not found.\n"
 #define MSGTR_GUI_MSG_SkinFontNotFound "Font '%s' not found.\n"
+#define MSGTR_GUI_MSG_SkinLegacy "Skin config file at line %d: '%s' is deprecated, use '%s' instead.\n"
 #define MSGTR_GUI_MSG_SkinMemoryError "Not enough memory\n"
 #define MSGTR_GUI_MSG_SkinTooManyFonts "Too many fonts defined.\n"
 #define MSGTR_GUI_MSG_SkinTooManyItems "Too many items defined.\n"


More information about the MPlayer-DOCS mailing list