Simplify.

This commit is contained in:
Steve Checkoway
2006-10-01 14:02:24 +00:00
parent f73100705b
commit b7ce93ffad
5 changed files with 11 additions and 24 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void ExportStrings::LuaInformation()
XNode *pDateNode = pNode->AppendChild( "Date" );
pDateNode->m_sValue = DateTime::GetNowDate().GetString();
pNode->SaveToFile( "Lua.xml", XMLDisplayOptions( "Lua.xsl") );
pNode->SaveToFile( "Lua.xml", "Lua.xsl" );
delete pNode;
}