summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
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;