merge ThemeMetric and DynamicThemeMetric

This commit is contained in:
Glenn Maynard
2007-04-03 02:43:41 +00:00
parent 0efd18575b
commit b244f60e84
2 changed files with 47 additions and 16 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ public:
if( m_sName != "" && THEME && THEME->IsThemeLoaded() )
{
THEME->GetString( m_sGroup, m_sName, m_currentValue );
m_bIsLoaded = true;
m_Value.SetFromNil();
}
}