diff options
author | Tomas Saxer <tsaxer@gmx.de> | 2013-05-04 21:01:31 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2013-05-04 21:01:31 +0200 |
commit | 7bd88a078d31f57e8fcfc0b93c45c3e8b13c5190 (patch) | |
tree | 90a441782fbd9492753cdceebfde2dc4ff8dd4fc /xml/string.h | |
parent | 2c11552ad60fcfc3c7acbf71b3c9e3d32f2fe8a5 (diff) | |
download | vdr-plugin-text2skin-7bd88a078d31f57e8fcfc0b93c45c3e8b13c5190.tar.gz vdr-plugin-text2skin-7bd88a078d31f57e8fcfc0b93c45c3e8b13c5190.tar.bz2 |
Added DiskUsage
Diffstat (limited to 'xml/string.h')
-rw-r--r-- | xml/string.h | 2 |
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, |