From 0a8c56cd149462f76edc40c2edbba21c5d88beb5 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Mon, 30 May 2005 10:07:45 +0000 Subject: - added tokens for Recording Info Display (RecordingName, RecordingDateTime, RecordingTitle, RecordingShortText, RecordingDescription) --- xml/string.c | 7 ++++--- xml/string.h | 8 +++++++- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'xml') diff --git a/xml/string.c b/xml/string.c index de4f703..6f08eae 100644 --- a/xml/string.c +++ b/xml/string.c @@ -1,5 +1,5 @@ /* - * $Id: string.c,v 1.15 2005/01/26 20:38:45 lordjaxom Exp $ + * $Id: string.c,v 1.16 2005/05/30 10:07:45 lordjaxom Exp $ */ #include "xml/string.h" @@ -38,8 +38,9 @@ static const char *Tokens[__COUNT_TOKEN__] = { // Menu Page "MenuTitle", "MenuGroup", "IsMenuGroup", "MenuItem", "IsMenuItem", "MenuCurrent", - "IsMenuCurrent", "MenuText", "ButtonRed", "ButtonGreen", "ButtonYellow", "ButtonBlue", - "CanScrollUp", "CanScrollDown" + "IsMenuCurrent", "MenuText", "RecordingName", "RecordingDateTime", "RecordingTitle", + "RecordingShortText", "RecordingDescription", "ButtonRed", "ButtonGreen", + "ButtonYellow", "ButtonBlue", "CanScrollUp", "CanScrollDown" }; std::string txToken::Token(const txToken &Token) diff --git a/xml/string.h b/xml/string.h index 3ccaf8b..5961bb0 100644 --- a/xml/string.h +++ b/xml/string.h @@ -1,5 +1,5 @@ /* - * $Id: string.h,v 1.16 2005/01/26 20:38:45 lordjaxom Exp $ + * $Id: string.h,v 1.17 2005/05/30 10:07:45 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_STRING_H @@ -113,6 +113,12 @@ enum exToken { tMenuCurrent, tIsMenuCurrent, tMenuText, + // Recordings Page + tRecordingName, + tRecordingDateTime, + tRecordingTitle, + tRecordingShortText, + tRecordingDescription, // next four also in Channel and Replay display (if supported by vdr/plugin) tButtonRed, tButtonGreen, -- cgit v1.2.3