summaryrefslogtreecommitdiff
path: root/text2skin.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-05-23 19:29:12 +0000
committerlordjaxom <lordjaxom>2004-05-23 19:29:12 +0000
commit377ef2b18a6499a1ef0e540a74c4e54317efee85 (patch)
tree211342fe01d961a9fd621dce45b2672c520c49c5 /text2skin.c
parentd309055320433e5fd899de53dc688d679609e6db (diff)
downloadvdr-plugin-text2skin-377ef2b18a6499a1ef0e540a74c4e54317efee85.tar.gz
vdr-plugin-text2skin-377ef2b18a6499a1ef0e540a74c4e54317efee85.tar.bz2
- added "ChannelSmall" section (apparently VDR doesn't use it)v0.0.1-pre2
- added replay and message items - added a german translation of the SKINS document (incomplete)
Diffstat (limited to 'text2skin.c')
-rw-r--r--text2skin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text2skin.c b/text2skin.c
index 19777aa..c445bc6 100644
--- a/text2skin.c
+++ b/text2skin.c
@@ -3,13 +3,13 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: text2skin.c,v 1.2 2004/05/23 00:23:12 lordjaxom Exp $
+ * $Id: text2skin.c,v 1.3 2004/05/23 19:20:26 lordjaxom Exp $
*/
#include <vdr/plugin.h>
#include "loader.h"
-static const char *VERSION = "0.0.1-pre1";
+static const char *VERSION = "0.0.1-pre2";
static const char *DESCRIPTION = "Loader for text-based skins";
class cText2SkinPlugin : public cPlugin {