From: buliabyak Date: Sun, 30 Dec 2007 07:59:05 +0000 (+0000) Subject: comment fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5db79ea773a7669234abc78c3523b3ae3eeadbf4;p=inkscape.git comment fix --- diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp index 842d6c249..8050cdbf9 100644 --- a/src/sp-tspan.cpp +++ b/src/sp-tspan.cpp @@ -592,7 +592,7 @@ sp_textpath_to_text(SPObject *tp) Inkscape::XML::Node *copy = ((Inkscape::XML::Node *) i->data)->duplicate(SP_OBJECT_REPR(text)->document()); // remove the old repr from under textpath SP_OBJECT_REPR(tp)->removeChild((Inkscape::XML::Node *) i->data); - // put its copy into under textPath + // put its copy under text SP_OBJECT_REPR(text)->addChild(copy, NULL); // fixme: copy id }