Revision: 193
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=193&view=rev
Author: danxuliu
Date: 2010-03-26 01:09:26 +0000 (Fri, 26 Mar 2010)
Log Message:
-----------
Fix typo
Modified Paths:
--------------
trunk/ktutorial/ktutorial-editor/src/serialization/TutorialWriter.cpp
Modified: trunk/ktutorial/ktutorial-editor/src/serialization/TutorialWriter.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/serialization/TutorialWriter.cpp 2010-03-25 23:45:18 UTC (rev 192)
+++ trunk/ktutorial/ktutorial-editor/src/serialization/TutorialWriter.cpp 2010-03-26 01:09:26 UTC (rev 193)
@@ -67,8 +67,8 @@
delete mXmlWriter;
mXmlWriter = 0;
- //QXm lStreamWriter doesn't write the encoding information when a string
- //is used instead of a QIODevice
+ //QXmlStreamWriter doesn't write the encoding information when a string is
+ //used instead of a QIODevice
serializedTutorial.replace("<?xml version=\"1.0\"?>\n",
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
return serializedTutorial;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|