Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
System/Message/RichText.cs @@ -897,6 +897,10 @@ } set { if (string.IsNullOrEmpty(value)) { value = string.Empty; } m_RichText = value; SetRichTextDirty(); }