diff options
author | lordjaxom <lordjaxom> | 2005-01-15 21:00:57 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-15 21:00:57 +0000 |
commit | 42d54c80ef8591d5ad3ec406e37a138bd8c962e1 (patch) | |
tree | 3d3cb5bfdac4492473104f9dcb27e9df4605025e /xml/string.h | |
parent | f12c23cf36eb930c2dfa5ffaa7f995945b992c73 (diff) | |
download | vdr-plugin-text2skin-42d54c80ef8591d5ad3ec406e37a138bd8c962e1.tar.gz vdr-plugin-text2skin-42d54c80ef8591d5ad3ec406e37a138bd8c962e1.tar.bz2 |
- implemented token {ChannelID}
Diffstat (limited to 'xml/string.h')
-rw-r--r-- | xml/string.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/string.h b/xml/string.h index 8cd849d..631b35a 100644 --- a/xml/string.h +++ b/xml/string.h @@ -1,5 +1,5 @@ /* - * $Id: string.h,v 1.10 2005/01/15 20:54:37 lordjaxom Exp $ + * $Id: string.h,v 1.11 2005/01/15 21:00:57 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_STRING_H @@ -22,6 +22,7 @@ enum exToken { tChannelBouquet, tChannelPortal, tChannelSource, + tTChannelID, // (name clash) // next 8 also in Menu tPresentStartDateTime, tPresentVPSDateTime, |