fix up HelpDisplay in xml

This commit is contained in:
Glenn Maynard
2006-08-16 05:26:49 +00:00
parent a822e8cb45
commit 6996b06df7
2 changed files with 2 additions and 6 deletions
+2 -5
View File
@@ -27,11 +27,8 @@ void HelpDisplay::Load( const RString &sType )
void HelpDisplay::LoadFromNode( const RString& sDir, const XNode* pNode )
{
BitmapText::LoadFromNode( sDir, pNode );
}
void HelpDisplay::SetName( const RString &sName )
{
BitmapText::SetName( sName );
Load( m_sName );
}
void HelpDisplay::SetTips( const vector<RString> &arrayTips, const vector<RString> &arrayTipsAlt )
@@ -141,7 +138,7 @@ REGISTER_ACTOR_CLASS( GenreDisplay )
GenreDisplay::GenreDisplay()
{
this->SubscribeToMessage( Message_CurrentSongChanged );
this->SubscribeToMessage( Message_CurrentCourseChanged);
this->SubscribeToMessage( Message_CurrentCourseChanged );
}
GenreDisplay::~GenreDisplay()