diff options
Diffstat (limited to 'src/sp-tspan.cpp')
| -rw-r--r-- | src/sp-tspan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
