diff options
author | lordjaxom <lordjaxom> | 2004-12-08 18:48:39 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-08 18:48:39 +0000 |
commit | 5382d18d05d358bb1c313c642395e835aa44a6a0 (patch) | |
tree | 2b5ef58620b3640c5b21e8eafe92ee4b266b1d30 /text2skin.h | |
parent | eb2f2c9600e8f69788232582191b141002bcd522 (diff) | |
download | vdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.gz vdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.bz2 |
1.0-pre1v1.0-pre1
Diffstat (limited to 'text2skin.h')
-rw-r--r-- | text2skin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/text2skin.h b/text2skin.h index 8699c65..9391e5b 100644 --- a/text2skin.h +++ b/text2skin.h @@ -1,5 +1,5 @@ /* - * $Id: text2skin.h,v 1.4 2004/06/11 15:01:58 lordjaxom Exp $ + * $Id: text2skin.h,v 1.2 2004/12/08 17:13:26 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_H @@ -11,11 +11,11 @@ class cText2SkinPlugin : public cPlugin { private: static const char *VERSION; - static const char *THEMEVERSION; + static const char *SKINVERSION; static const char *DESCRIPTION; public: - static const char *ThemeVersion(void) { return THEMEVERSION; } + static const char *SkinVersion(void) { return SKINVERSION; } cText2SkinPlugin(void); virtual ~cText2SkinPlugin(); |