diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-12-30 07:59:05 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-12-30 07:59:05 +0000 |
| commit | 616c1689b6ef783db15b55b3ce27cbe963203dc8 (patch) | |
| tree | bb8d866c3efbfdaa75916ae61c33deb2387f5d81 /src/sp-tspan.cpp | |
| parent | fix bug 168751 (sf1749738) (diff) | |
| download | inkscape-616c1689b6ef783db15b55b3ce27cbe963203dc8.tar.gz inkscape-616c1689b6ef783db15b55b3ce27cbe963203dc8.zip | |
comment fix
(bzr r4341)
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 } |
