Commit 8d4641dd authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33887

parent fc540858
......@@ -806,7 +806,7 @@ ParaDrawing.prototype.Set_Props = function(Props)
}
if(undefined != Props.description){
this.docPr.setDecr(Props.description);
this.docPr.setDescr(Props.description);
}
if(undefined != Props.title){
this.docPr.setTitle(Props.title);
......
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