Commit aea6474e authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33641.

parent 30689de0
......@@ -312,7 +312,7 @@ function CComment(Parent, Data)
Data : Data
};
History.Add( this, { Type : AscDFH.historyitem_Comment_TypeInfo, New : New, Old : this.m_oTypeInfo } );
History.Add(new CChangesCommentTypeInfo(this, this.m_oTypeInfo, New));
this.m_oTypeInfo = New;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment