diff options
author | lordjaxom <lordjaxom> | 2005-01-21 20:41:23 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-21 20:41:23 +0000 |
commit | c28d4273471ce16e2653e15d056251332fe2b762 (patch) | |
tree | 8a864d8ec36168be38e2d957273d394783bff0e6 /xml | |
parent | 1078f462cc2b71640b6b2f32d7b3a44968034ae3 (diff) | |
download | vdr-plugin-text2skin-c28d4273471ce16e2653e15d056251332fe2b762.tar.gz vdr-plugin-text2skin-c28d4273471ce16e2653e15d056251332fe2b762.tar.bz2 |
- fixed commenting on tokens
Diffstat (limited to 'xml')
-rw-r--r-- | xml/string.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xml/string.h b/xml/string.h index 8174b60..50bc996 100644 --- a/xml/string.h +++ b/xml/string.h @@ -1,5 +1,5 @@ /* - * $Id: string.h,v 1.14 2005/01/20 15:12:16 lordjaxom Exp $ + * $Id: string.h,v 1.15 2005/01/21 20:41:23 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_STRING_H @@ -23,7 +23,7 @@ enum exToken { tChannelPortal, tChannelSource, tTChannelID, // (name clash) - // next 8 also in Menu + // next 9 also in Menu tPresentStartDateTime, tPresentVPSDateTime, tPresentEndDateTime, @@ -59,6 +59,7 @@ enum exToken { tHasTimer, tIsRunning, tChannelHasVPS, // alias + // next 3 also in Menu tPresentHasTimer, // alias tPresentIsRunning, // alias tPresentHasVPS, |