This commit is contained in:
Glenn Maynard
2003-01-28 00:47:37 +00:00
parent ff830fad55
commit 6042c88de9
+1 -2
View File
@@ -232,8 +232,7 @@ void BitmapText::SetText( CString sText )
m_szTextLines.clear();
m_iLineWidths.clear();
wstring s; s+=L'\n';
split(CStringToWstring(sText), s, m_szTextLines, false);
split(CStringToWstring(sText), L"\n", m_szTextLines, false);
BuildChars();
}