Um, I didn't actually change that. Stupid IDE...

This commit is contained in:
Steve Checkoway
2003-07-11 03:43:33 +00:00
parent f832fbfd3f
commit 596b2d927f
+1 -1
View File
@@ -236,7 +236,7 @@ try_element_again:
ret = GetPathTo( BASE_THEME_NAME, category, sFileName); ret = GetPathTo( BASE_THEME_NAME, category, sFileName);
if( !ret.empty() ) // we found something if( !ret.empty() ) // we found something
return ret; return ret;
else if( bOptional ) else if( bOptional )
return ""; return "";
CString sCategory = ELEMENT_CATEGORY_STRING[category]; CString sCategory = ELEMENT_CATEGORY_STRING[category];