--ExportLuaInformation. Add a stylesheet. (Not finished yet.)
This commit is contained in:
@@ -42,11 +42,13 @@ void ExportStrings::Nsis()
|
||||
}
|
||||
}
|
||||
|
||||
void ExportStrings::LuaFunctions()
|
||||
void ExportStrings::LuaInformation()
|
||||
{
|
||||
XNode *pNode = LUA->GetLuaInformation();
|
||||
DISP_OPT disp;
|
||||
|
||||
disp.stylesheet = "Lua.xsl";
|
||||
|
||||
pNode->SaveToFile( "Lua.xml", disp );
|
||||
delete pNode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user