diff options
author | lordjaxom <lordjaxom> | 2005-01-15 21:02:40 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-15 21:02:40 +0000 |
commit | d94cae36d3e53814684864b3f4a8017180d643f5 (patch) | |
tree | b4ae958d52d5207b04d0de38d0e91d5fa02883d6 /status.h | |
parent | 42d54c80ef8591d5ad3ec406e37a138bd8c962e1 (diff) | |
download | vdr-plugin-text2skin-d94cae36d3e53814684864b3f4a8017180d643f5.tar.gz vdr-plugin-text2skin-d94cae36d3e53814684864b3f4a8017180d643f5.tar.bz2 |
- fixed last language initialization
Diffstat (limited to 'status.h')
-rw-r--r-- | status.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* - * $Id: status.h,v 1.4 2005/01/11 18:10:39 lordjaxom Exp $ + * $Id: status.h,v 1.5 2005/01/15 21:02:40 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_STATUS_H @@ -33,8 +33,6 @@ public: typedef std::vector<tRecordingInfo> tRecordings; private: - static cText2SkinStatus *mStatus; - cText2SkinRender *mRender; eReplayMode mReplayMode; bool mReplayIsLoop; @@ -52,6 +50,7 @@ protected: public: cText2SkinStatus(void); + void SetLanguage(int Language) { mLastLanguage = Language; } void SetRender(cText2SkinRender *Render); cxType GetTokenData(const txToken &Token); |