have Numbers fall back to Fonts (in perparation for removing the Numbers dir altogether)

This commit is contained in:
Chris Danford
2004-05-30 23:23:39 +00:00
parent ef17d8b09e
commit 3cadf4c5d5
18 changed files with 36 additions and 28 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ static CachedThemeMetric HIT_MINE_COMMAND ("ProTimingDisplay","HitMineCommand");
ProTimingDisplay::ProTimingDisplay()
{
m_Judgment.LoadFromNumbers( THEME->GetPathToN("ProTimingDisplay Judgment") );
m_Judgment.LoadFromFont( THEME->GetPathToN("ProTimingDisplay Judgment") );
m_Judgment.SetName( "Judgment" );
this->AddChild( &m_Judgment );