This commit is contained in:
Glenn Maynard
2005-09-07 00:08:39 +00:00
parent a03eba0767
commit c872cea5ab
+1 -1
View File
@@ -445,7 +445,7 @@ try_element_again:
CString ThemeManager::GetPathToAndFallback( const CString &sThemeName, ElementCategory category, const CString &sClassName_, const CString &sElement )
{
CString sClassName = sClassName_;
CString sClassName( sClassName_ );
int n = 100;
while( n-- )