From 5db79ea773a7669234abc78c3523b3ae3eeadbf4 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sun, 30 Dec 2007 07:59:05 +0000 Subject: [PATCH] comment fix --- src/sp-tspan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.30.2