summaryrefslogtreecommitdiff
path: root/xml/string.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-21 18:35:54 +0000
committerlordjaxom <lordjaxom>2004-12-21 18:35:54 +0000
commitc05277882c111760d4e275b8521bb057e913a946 (patch)
tree4eafb4a11134d83b3a5f0d6658fa3df9f924d26f /xml/string.c
parentde783ac67265a5a11ebbad52e8dbc81292b4ac66 (diff)
downloadvdr-plugin-text2skin-c05277882c111760d4e275b8521bb057e913a946.tar.gz
vdr-plugin-text2skin-c05277882c111760d4e275b8521bb057e913a946.tar.bz2
- dunno
Diffstat (limited to 'xml/string.c')
-rw-r--r--xml/string.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/xml/string.c b/xml/string.c
index 742439e..5d6b397 100644
--- a/xml/string.c
+++ b/xml/string.c
@@ -1,5 +1,5 @@
/*
- * $Id: string.c,v 1.1 2004/12/19 22:03:25 lordjaxom Exp $
+ * $Id: string.c,v 1.2 2004/12/21 18:35:55 lordjaxom Exp $
*/
#include "xml/string.h"
@@ -11,14 +11,13 @@ static const char *Tokens[__COUNT_TOKEN__] = {
// Channel Display
"ChannelNumber", "ChannelName", "ChannelShortName", "ChannelBouquet", "ChannelPortal",
- "ChannelSource", "PresentStartDateTime",
- "PresentVPSDateTime", "PresentEndDateTime", "PresentDuration", "PresentProgress",
- "PresentRemaining",
+ "ChannelSource", "PresentStartDateTime", "PresentVPSDateTime", "PresentEndDateTime",
+ "PresentDuration", "PresentProgress", "PresentRemaining",
"PresentTitle", "PresentShortText", "PresentDescription", "FollowingStartDateTime",
"FollowingVPSDateTime", "FollowingEndDateTime", "FollowingDuration",
"FollowingTitle", "FollowingShortText", "FollowingDescription", "Language",
- "HasTeletext", "HasMultilang", "HasDolby", "IsEncrypted", "IsRadio", "IsRecording", "HasVPS",
- "HasTimer", "IsRunning",
+ "HasTeletext", "HasMultilang", "HasDolby", "IsEncrypted", "IsRadio", "IsRecording",
+ "CurrentRecording", "HasVPS", "HasTimer", "IsRunning",
// Volume Display
"VolumeCurrent", "VolumeTotal", "IsMute",