GetPathTo -> GetPath

This commit is contained in:
Chris Danford
2005-02-06 03:32:53 +00:00
parent 7e68ac03b4
commit 4223e09cc8
91 changed files with 422 additions and 447 deletions
+2 -2
View File
@@ -60,13 +60,13 @@ ScreenTitleMenu::ScreenTitleMenu( CString sScreenName ) :
this->AddChild( m_sprLogo );
SET_XY_AND_ON_COMMAND( m_sprLogo );
m_textVersion.LoadFromFont( THEME->GetPathToF("Common normal") );
m_textVersion.LoadFromFont( THEME->GetPathF("Common","normal") );
m_textVersion.SetName( "Version" );
m_textVersion.SetText( PRODUCT_VER );
this->AddChild( &m_textVersion );
SET_XY_AND_ON_COMMAND( m_textVersion );
m_textSongs.LoadFromFont( THEME->GetPathToF("Common normal") );
m_textSongs.LoadFromFont( THEME->GetPathF("Common","normal") );
m_textSongs.SetName( "Songs" );
CString text = ssprintf("%d songs in %d groups, %d courses", SONGMAN->GetNumSongs(), SONGMAN->GetNumGroups(), SONGMAN->GetNumCourses() );
if( PREFSMAN->m_bUseUnlockSystem )