fix comment

This commit is contained in:
Glenn Maynard
2004-09-16 22:53:40 +00:00
parent 338ab88e4f
commit 3fdb5a7b9c
+2 -1
View File
@@ -75,7 +75,8 @@ CString ClassAndElementToFileName( const CString &sClassName, const CString &sEl
ThemeManager::ThemeManager()
{
m_sCurThemeName = ""; // Use the base theme for now. It's up to PrefsManager to change this.
/* We don't have any theme loaded until SwitchThemeAndLanguage is called. */
m_sCurThemeName = "";
CStringArray arrayThemeNames;
GetThemeNames( arrayThemeNames );