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
+3
View File
@@ -303,6 +303,9 @@ try_element_again:
if( asElementPaths.size() == 0 )
{
// HACK: have Numbers fall back to fonts. Eventually Numbers will be removed.
if( category == Numbers )
return GetPathToRaw( sThemeName, Fonts, sClassName, sElement ) ;
return ""; // This isn't fatal.
}