summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-06-07 19:09:34 +0000
committerlordjaxom <lordjaxom>2004-06-07 19:09:34 +0000
commite0de96fc7168daeaf414fb6196e08969468427d2 (patch)
treede7f2dfb83796a7c77e5600a23b8b6b26f284796 /i18n.h
parent6094765d94e4caaf0813039dff826b731f277753 (diff)
downloadvdr-plugin-text2skin-0.0.2.tar.gz
vdr-plugin-text2skin-0.0.2.tar.bz2
- fixed Timebar which sometimes displayed something beyond 100%v0.0.2
- fixed scrolling in EPG detail display - added "MenuEventEndTime", "MenuEventVPSTime" and "MenuEventDate" - added "DateTimeF" and "MenuEventDateTimeF" for free formattable dates - added parameter format that holds the format string for the above items - implemented setup menu to flush image cache
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n.h b/i18n.h
index e634e5d..90a540b 100644
--- a/i18n.h
+++ b/i18n.h
@@ -1,5 +1,5 @@
/*
- * $Id: i18n.h,v 1.1 2004/06/02 20:43:05 lordjaxom Exp $
+ * $Id: i18n.h,v 1.2 2004/06/07 18:23:11 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_I18N_H
@@ -9,6 +9,8 @@
#include "file.h"
#include <vdr/i18n.h>
+extern const tI18nPhrase Phrases[];
+
class cText2SkinI18n: public cText2SkinFile {
private:
string mIdentity;