diff options
Diffstat (limited to 'xml/string.h')
-rw-r--r-- | xml/string.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xml/string.h b/xml/string.h index 787d81e..7fe7be7 100644 --- a/xml/string.h +++ b/xml/string.h @@ -1,5 +1,5 @@ /* - * $Id: string.h,v 1.8 2005/01/07 21:48:51 lordjaxom Exp $ + * $Id: string.h,v 1.9 2005/01/11 18:18:31 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_STRING_H @@ -12,6 +12,8 @@ enum exToken { tDateTime, tFreeDiskSpace, + tAudioTrack, + tAudioChannel, // Channel Display tChannelNumber, @@ -78,6 +80,8 @@ enum exToken { tReplayDuration, tReplayRemaining, tReplayMode, + tReplayIsShuffle, + tReplayIsLoop, // Menu Page tMenuTitle, |