LuaHelpers::RunScriptFile

This commit is contained in:
Glenn Maynard
2005-06-16 06:10:50 +00:00
parent fc16f2625d
commit b93399da8c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ void ThemeManager::RunLuaScripts( const CString &sMask )
{
const CString &sPath = asElementPaths[i];
LOG->Trace( "Loading \"%s\" ...", sPath.c_str() );
LUA->RunScriptFile( sPath );
LuaHelpers::RunScriptFile( sPath );
}
}
while( iter != g_vThemes.begin() );