diff options
author | lordjaxom <lordjaxom> | 2005-01-11 18:18:31 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-11 18:18:31 +0000 |
commit | af6f0a2922d25a1553d776996a87cfd85dff0e4d (patch) | |
tree | 9052a64004079cd1ce11301bacf453bd7026c35e /xml/string.h | |
parent | 39a4f6eb0663e6abfe9410aff71c1cbfbcf4a7fa (diff) | |
download | vdr-plugin-text2skin-af6f0a2922d25a1553d776996a87cfd85dff0e4d.tar.gz vdr-plugin-text2skin-af6f0a2922d25a1553d776996a87cfd85dff0e4d.tar.bz2 |
- added tokens AudioTrack, AudioChannel, ReplayIsShuffle and ReplayIsLoop
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, |