summaryrefslogtreecommitdiff
path: root/text2skin.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-08 18:48:39 +0000
committerlordjaxom <lordjaxom>2004-12-08 18:48:39 +0000
commit5382d18d05d358bb1c313c642395e835aa44a6a0 (patch)
tree2b5ef58620b3640c5b21e8eafe92ee4b266b1d30 /text2skin.c
parenteb2f2c9600e8f69788232582191b141002bcd522 (diff)
downloadvdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.gz
vdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.bz2
1.0-pre1v1.0-pre1
Diffstat (limited to 'text2skin.c')
-rw-r--r--text2skin.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/text2skin.c b/text2skin.c
index f014c9e..f90c698 100644
--- a/text2skin.c
+++ b/text2skin.c
@@ -3,16 +3,17 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: text2skin.c,v 1.25 2004/07/14 16:01:38 lordjaxom Exp $
+ * $Id: text2skin.c,v 1.2 2004/12/08 17:13:26 lordjaxom Exp $
*/
#include "text2skin.h"
#include "setup.h"
+#include "menu.h"
#include "i18n.h"
#include "loader.h"
-const char *cText2SkinPlugin::VERSION = "0.0.8.1";
-const char *cText2SkinPlugin::THEMEVERSION = "0.0.3";
+const char *cText2SkinPlugin::VERSION = "1.0-pre1";
+const char *cText2SkinPlugin::SKINVERSION = "1.0";
const char *cText2SkinPlugin::DESCRIPTION = "Loader for text-based skins";
cText2SkinPlugin::cText2SkinPlugin(void) {
@@ -24,7 +25,7 @@ cText2SkinPlugin::~cText2SkinPlugin() {
bool cText2SkinPlugin::Start(void) {
RegisterI18n(Phrases);
cText2SkinLoader::Start();
- return true;
+ return true;
}
cMenuSetupPage *cText2SkinPlugin::SetupMenu(void) {