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,8 +60,8 @@ void GroupList::Load( const CStringArray& asGroupNames )
m_textLabels.push_back( label );
m_ButtonFrames.push_back( frame );
button->Load( THEME->GetPathToG("GroupList bar") );
label->LoadFromFont( THEME->GetPathToF("GroupList label") );
button->Load( THEME->GetPathG("GroupList","bar") );
label->LoadFromFont( THEME->GetPathF("GroupList","label") );
label->SetShadowLength( 2 );
label->SetText( SONGMAN->ShortenGroupName( asGroupNames[i] ) );