Code

undo annotation
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 29 Jun 2006 22:23:25 +0000 (22:23 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 29 Jun 2006 22:23:25 +0000 (22:23 +0000)
src/arc-context.cpp

index 8151445b37b563c4385044bbcdebe684f245a4fb..0b0aad79e563890d2fcea8120b8a992e920f0593 100644 (file)
@@ -434,7 +434,7 @@ static void sp_arc_finish(SPArcContext *ac)
 
         sp_desktop_selection(desktop)->set(ac->item);
         sp_document_done(sp_desktop_document(desktop), SP_VERB_CONTEXT_ARC, 
-                         /* TODO: annotate */ "arc-context.cpp:437");
+                         _("Create ellipse"));
 
         ac->item = NULL;
     }