diff options
author | lordjaxom <lordjaxom> | 2005-05-30 13:03:13 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-05-30 13:03:13 +0000 |
commit | 7ce72d9d02dde33576a85227fe396a3f07ebac0d (patch) | |
tree | 6e0fded9e8ffe8e1662cb84e2966e416bbc7c48c /xml/string.h | |
parent | 000d86709136d1c863d1aea3fdbb844ebb37f7a0 (diff) | |
download | vdr-plugin-text2skin-7ce72d9d02dde33576a85227fe396a3f07ebac0d.tar.gz vdr-plugin-text2skin-7ce72d9d02dde33576a85227fe396a3f07ebac0d.tar.bz2 |
- added tokens RecordingLanguageCode, RecordingLanguageDescription
Diffstat (limited to 'xml/string.h')
-rw-r--r-- | xml/string.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xml/string.h b/xml/string.h index 5961bb0..7c3f30f 100644 --- a/xml/string.h +++ b/xml/string.h @@ -1,5 +1,5 @@ /* - * $Id: string.h,v 1.17 2005/05/30 10:07:45 lordjaxom Exp $ + * $Id: string.h,v 1.18 2005/05/30 13:03:13 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_STRING_H @@ -119,6 +119,8 @@ enum exToken { tRecordingTitle, tRecordingShortText, tRecordingDescription, + tRecordingLanguageCode, + tRecordingLanguageDescription, // next four also in Channel and Replay display (if supported by vdr/plugin) tButtonRed, tButtonGreen, |