fix missing element name
This commit is contained in:
@@ -431,7 +431,7 @@ try_element_again:
|
|||||||
if(sFileName == "_missing")
|
if(sFileName == "_missing")
|
||||||
RageException::Throw("'_missing' isn't present in '%s%s'", GetThemeDirFromName(BASE_THEME_NAME).c_str(), sCategory.c_str() );
|
RageException::Throw("'_missing' isn't present in '%s%s'", GetThemeDirFromName(BASE_THEME_NAME).c_str(), sCategory.c_str() );
|
||||||
|
|
||||||
Cache[sFileName] = GetPathTo( category, "Common", "missing" );
|
Cache[sFileName] = GetPathTo( category, "", "_missing" );
|
||||||
return Cache[sFileName];
|
return Cache[sFileName];
|
||||||
/* XXX: "abort" and "cancel" are synonyms; merge */
|
/* XXX: "abort" and "cancel" are synonyms; merge */
|
||||||
case ArchHooks::abort:
|
case ArchHooks::abort:
|
||||||
|
|||||||
Reference in New Issue
Block a user