SetValue, etc -> SetTextValue

This commit is contained in:
Glenn Maynard
2007-02-11 06:26:06 +00:00
parent 549ad65b3c
commit fb8e73ac58
7 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ bool Workout::LoadFromFile( RString sFile )
if( songGenre->GetName() == "SongGenre" )
{
RString s;
songGenre->GetValue( s );
songGenre->GetTextValue( s );
m_vsSongGenres.push_back( s );
}
}