[MPlayer-DOCS] r23416 - in trunk: etc/menu.conf help/help_mp-en.h libmenu/menu_param.c

albeu subversion at mplayerhq.hu
Wed May 30 09:07:32 CEST 2007


Author: albeu
Date: Wed May 30 09:07:32 2007
New Revision: 23416

Log:
Drop the metadata stuff and replace it with generic property string expansion.


Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/etc/menu.conf
   trunk/libmenu/menu_param.c

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	(original)
+++ trunk/help/help_mp-en.h	Wed May 30 09:07:32 2007
@@ -1606,7 +1606,8 @@ static char help_text[]=
 
 // libmenu/menu_param.c
 #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Submenu definition needs a 'menu' attribute.\n"
-#define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menu entry definitions need a valid 'property' attribute (line %d).\n"
+#define MSGTR_LIBMENU_InvalidProperty "[MENU] Invalid property '%s' in pref menu entry. (line %d).\n"
+#define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menu entry definitions need a valid 'property' or 'txt' attribute (line %d).\n"
 #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Pref menu needs an argument.\n"
 
 // libmenu/menu_pt.c



More information about the MPlayer-DOCS mailing list