summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2009-07-22 01:00:54 +0200
committerThomas Günther <tom@toms-cafe.de>2009-07-22 01:00:54 +0200
commit53c06587dee00deeabdf75b0f124816ce793fc7d (patch)
tree56c908bab4b1f13ea304400153346bc3bcb4159a /status.h
parent2f6dbf5a5ad81d3d59d6f7d058cf3eee6227e019 (diff)
downloadvdr-plugin-text2skin-53c06587dee00deeabdf75b0f124816ce793fc7d.tar.gz
vdr-plugin-text2skin-53c06587dee00deeabdf75b0f124816ce793fc7d.tar.bz2
Added ReplayMode "audiocd" (thanks to Björn Sturzrehm - closes #138)
Diffstat (limited to 'status.h')
-rw-r--r--status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/status.h b/status.h
index f759645..07e9b73 100644
--- a/status.h
+++ b/status.h
@@ -20,8 +20,9 @@ public:
replayDVD,
replayVCD,
replayImage,
+ replayAudioCd,
-#define __REPLAY_COUNT__ (cText2SkinStatus::replayImage+1)
+#define __REPLAY_COUNT__ (cText2SkinStatus::replayAudioCd+1)
};
typedef std::string tRecordingInfo;