This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user