keep track of the current theme

This commit is contained in:
Glenn Maynard
2003-04-22 05:21:45 +00:00
parent c3d1b78d15
commit 68a9099400
+1 -1
View File
@@ -101,7 +101,7 @@ void ThemeManager::SwitchTheme( CString sThemeName )
m_pIniMetrics->SetPath( GetMetricsPathFromName(m_sCurThemeName) );
m_pIniMetrics->ReadFile();
LOG->Info("Set theme %s", sThemeName.c_str());
LOG->MapLog("theme", "Theme: %s", sThemeName.c_str());
}
CString ThemeManager::GetThemeDirFromName( const CString &sThemeName )