Code

o removed the unused cache as it was just wasting time and space
[inkscape.git] / src / rect-context.cpp
index 7e1b76e2c8bd9565b251466815f4648626e09d41..b03cdeead7c08dc5aee4bd0a3be52900a8587bfc 100644 (file)
@@ -486,8 +486,8 @@ static void sp_rect_finish(SPRectContext *rc)
         SP_OBJECT(rc->item)->updateRepr();
 
         sp_desktop_selection(dt)->set(rc->item);
-        sp_document_done(sp_desktop_document(dt), SP_VERB_CONTEXT_RECT, 
-                         /* TODO: annotate */ "rect-context.cpp:490");
+        sp_document_done(sp_desktop_document(dt), SP_VERB_CONTEXT_RECT,
+                         _("Create rectangle"));
 
         rc->item = NULL;
     }