This commit is contained in:
2009-12-09 15:43:14 +00:00
parent 130c6e6aca
commit 111ff933be
3 changed files with 71 additions and 67 deletions

View File

@@ -126,8 +126,8 @@ namespace Volian.Controls.Library
// save portion of this code for an explanation.
text = text.Replace(@"\~", @"\u160?");
text = text.Replace("\r\n", @"\par ");
if (text.IndexOf(@"\line") > -1)
MessageBox.Show("Found rtf line");
//if (text.IndexOf(@"\line") > -1)
// MessageBox.Show("Found rtf line");
text = text.Replace(@"\line", @"\par");
// add colors around links: