From: <qr...@us...> - 2006-12-10 16:17:26
|
Revision: 302 http://svn.sourceforge.net/opengate/?rev=302&view=rev Author: qrstuvw Date: 2006-12-10 08:17:27 -0800 (Sun, 10 Dec 2006) Log Message: ----------- Dunno whats changed Modified Paths: -------------- trunk/current/src/client/GraphicsSetup.cpp Modified: trunk/current/src/client/GraphicsSetup.cpp =================================================================== --- trunk/current/src/client/GraphicsSetup.cpp 2006-12-10 16:16:24 UTC (rev 301) +++ trunk/current/src/client/GraphicsSetup.cpp 2006-12-10 16:17:27 UTC (rev 302) @@ -116,7 +116,7 @@ std::string s; TiXmlElement* _option; TiXmlDocument doc; - TiXmlDeclaration* _decl = new TiXmlDeclaration( "1.0", "UTF-8", "No" ); + TiXmlDeclaration* _decl = new TiXmlDeclaration( "1.0", "UTF-8", "yes" ); doc.LinkEndChild( _decl ); TiXmlElement* _root = new TiXmlElement( "OpenGate" ); doc.LinkEndChild( _root ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |