Foo::Bar.

This commit is contained in:
Steve Checkoway
2007-02-14 12:30:38 +00:00
parent 61ae8c3c1b
commit ebbe1200f5
+1 -1
View File
@@ -867,7 +867,7 @@ RString ThemeManager::GetMetricRaw( const IniFile &ini, const RString &sClassNam
ReloadMetrics();
continue;
case Dialog::ignore:
LOG->UserLog( "Theme metric", sClassName + " : " + sValueName,
LOG->UserLog( "Theme metric", sClassName + "::" + sValueName,
"could not be found in \"%s\" or \"%s\".",
sCurMetricPath.c_str(), sDefaultMetricPath.c_str() );
return RString();