From d94cae36d3e53814684864b3f4a8017180d643f5 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Sat, 15 Jan 2005 21:02:40 +0000 Subject: - fixed last language initialization --- status.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'status.c') diff --git a/status.c b/status.c index 36008d1..32be887 100644 --- a/status.c +++ b/status.c @@ -1,5 +1,5 @@ /* - * $Id: status.c,v 1.6 2005/01/11 18:10:39 lordjaxom Exp $ + * $Id: status.c,v 1.7 2005/01/15 21:02:40 lordjaxom Exp $ */ #include "status.h" @@ -8,7 +8,6 @@ const std::string ReplayNames[__REPLAY_COUNT__] = { "", "normal", "mp3", "mplayer", "dvd", "vcd", "image" }; -cText2SkinStatus *cText2SkinStatus::mStatus = NULL; cText2SkinStatus Text2SkinStatus; cText2SkinStatus::cText2SkinStatus(void): @@ -19,9 +18,8 @@ cText2SkinStatus::cText2SkinStatus(void): mRecordings(), mCurrentRecording(0), mNextRecording(0), - mLastLanguage(Setup.OSDLanguage) + mLastLanguage(0) { - mStatus = this; } void cText2SkinStatus::SetRender(cText2SkinRender *Render) -- cgit v1.2.3