String, not boolean.

This commit is contained in:
Steve Checkoway
2007-04-21 23:15:18 +00:00
parent d152259801
commit 3d9cfcd130
+1 -1
View File
@@ -57,7 +57,7 @@ void TextBanner::Load( RString sType )
this->AddChild( &m_textArtist );
AddCommand( "Set", THEME->GetMetricA(sType,"SetCommand") );
m_sArtistPrependString = THEME->GetMetricB(sType,"ArtistPrependString");
m_sArtistPrependString = THEME->GetMetric(sType,"ArtistPrependString");
ActorUtil::LoadAllCommandsAndSetXYAndOnCommand( m_textTitle, sType );
ActorUtil::LoadAllCommandsAndSetXYAndOnCommand( m_textSubTitle, sType );