diff options
author | lordjaxom <lordjaxom> | 2005-05-30 10:07:45 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-05-30 10:07:45 +0000 |
commit | 0a8c56cd149462f76edc40c2edbba21c5d88beb5 (patch) | |
tree | d8243324e8f7ba13c193e1262003bad49b9596c3 /xml/string.h | |
parent | f7780da63dbc6fc2715cb364b68f756c4165718c (diff) | |
download | vdr-plugin-text2skin-0a8c56cd149462f76edc40c2edbba21c5d88beb5.tar.gz vdr-plugin-text2skin-0a8c56cd149462f76edc40c2edbba21c5d88beb5.tar.bz2 |
- added tokens for Recording Info Display
(RecordingName, RecordingDateTime, RecordingTitle, RecordingShortText,
RecordingDescription)
Diffstat (limited to 'xml/string.h')
-rw-r--r-- | xml/string.h | 8 |
1 files changed, 7 insertions, 1 deletions
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, |