oops; fixed this, then unfixed it before committing

This commit is contained in:
Glenn Maynard
2006-06-14 22:43:49 +00:00
parent 2e47a912f5
commit 0990daa5f1
+1 -1
View File
@@ -187,7 +187,7 @@ bool ThemeManager::DoesThemeExist( const RString &sThemeName )
bool ThemeManager::IsThemeSelectable( const RString &sThemeName )
{
return sThemeName.Left(1) == "_";
return sThemeName.Left(1) != "_";
}
RString ThemeManager::GetThemeDisplayName( const RString &sThemeName )