summaryrefslogtreecommitdiff
path: root/xml/string.h
diff options
context:
space:
mode:
authorTomas Saxer <tsaxer@gmx.de>2013-05-04 21:01:31 +0200
committeretobi <git@e-tobi.net>2013-05-04 21:01:31 +0200
commit7bd88a078d31f57e8fcfc0b93c45c3e8b13c5190 (patch)
tree90a441782fbd9492753cdceebfde2dc4ff8dd4fc /xml/string.h
parent2c11552ad60fcfc3c7acbf71b3c9e3d32f2fe8a5 (diff)
downloadvdr-plugin-text2skin-7bd88a078d31f57e8fcfc0b93c45c3e8b13c5190.tar.gz
vdr-plugin-text2skin-7bd88a078d31f57e8fcfc0b93c45c3e8b13c5190.tar.bz2
Added DiskUsage
Diffstat (limited to 'xml/string.h')
-rw-r--r--xml/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml/string.h b/xml/string.h
index 9b0d66d..da8470a 100644
--- a/xml/string.h
+++ b/xml/string.h
@@ -12,6 +12,7 @@ enum exToken {
tFreeDiskSpace,
tUsedDiskSpace,
tTotalDiskSpace,
+ tDiskUsage,
tVideoSizeWidth,
tVideoSizeHeight,
tAudioTrack,
@@ -137,6 +138,7 @@ enum exToken {
tReplayIsLoop,
// Menu Page
+ tVdrVersion,
tMenuTitle,
tMenuGroup,
tIsMenuGroup,