change elements to have format "<name> <piece>"

This commit is contained in:
Chris Danford
2005-02-06 03:28:22 +00:00
parent 544dd78497
commit 7e68ac03b4
12 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ HelpDisplay::HelpDisplay()
void HelpDisplay::Load()
{
m_textTip.SetName( "Tip" );
m_textTip.LoadFromFont( THEME->GetPathToF(m_sName) );
m_textTip.LoadFromFont( THEME->GetPathF(m_sName,"text") );
ON_COMMAND( m_textTip );
this->AddChild( &m_textTip );