Foo::Bar.
This commit is contained in:
@@ -867,7 +867,7 @@ RString ThemeManager::GetMetricRaw( const IniFile &ini, const RString &sClassNam
|
|||||||
ReloadMetrics();
|
ReloadMetrics();
|
||||||
continue;
|
continue;
|
||||||
case Dialog::ignore:
|
case Dialog::ignore:
|
||||||
LOG->UserLog( "Theme metric", sClassName + " : " + sValueName,
|
LOG->UserLog( "Theme metric", sClassName + "::" + sValueName,
|
||||||
"could not be found in \"%s\" or \"%s\".",
|
"could not be found in \"%s\" or \"%s\".",
|
||||||
sCurMetricPath.c_str(), sDefaultMetricPath.c_str() );
|
sCurMetricPath.c_str(), sDefaultMetricPath.c_str() );
|
||||||
return RString();
|
return RString();
|
||||||
|
|||||||
Reference in New Issue
Block a user