From 5382d18d05d358bb1c313c642395e835aa44a6a0 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Wed, 8 Dec 2004 18:48:39 +0000 Subject: 1.0-pre1 --- text2skin.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'text2skin.c') 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) { -- cgit v1.2.3