This commit was manufactured by cvs2svn to create tag 'WX_2_8_1'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_8_1@44199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2007-01-11 13:55:26 +00:00
parent a8990bd443
commit bda6d0f4b4
32 changed files with 14 additions and 7961 deletions

View File

@@ -172,7 +172,7 @@ wxOutputStream &DoodleSegment::SaveObject(wxOutputStream& stream)
wxTextOutputStream text_stream( stream );
wxInt32 n = lines.GetCount();
text_stream << n << _T('\n');
text_stream << n << _T("\n");
wxList::compatibility_iterator node = lines.GetFirst();
while (node)