LuaManager::GetLuaInformation -> LuaHelpers::GetLuaInformation

This commit is contained in:
Glenn Maynard
2006-10-14 20:35:32 +00:00
parent 4276c87b67
commit 89b435ef51
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ void ExportStrings::Nsis()
void ExportStrings::LuaInformation()
{
XNode *pNode = LUA->GetLuaInformation();
XNode *pNode = LuaHelpers::GetLuaInformation();
pNode->AppendAttr( "xmlns", "http://www.stepmania.com" );
pNode->AppendAttr( "xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance" );
pNode->AppendAttr( "xsi:schemaLocation", "http://www.stepmania.com Lua.xsd" );