Code

change API: separate functions creating a blur filter, one for a given item, another...
[inkscape.git] / src / draw-context.cpp
index bb1f56044b0813eddb55a8d905093128f5623d0a..6946d7df1fb8b22dc5f959937077b2d46cb1c3f3 100644 (file)
@@ -558,7 +558,7 @@ spdc_flush_white(SPDrawContext *dc, SPCurve *gc)
         }
 
         sp_document_done(doc, SP_IS_PEN_CONTEXT(dc)? SP_VERB_CONTEXT_PEN : SP_VERB_CONTEXT_PENCIL, 
-                         /* TODO: annotate */ "draw-context.cpp:561");
+                         _("Draw path"));
     }
 
     sp_curve_unref(c);