From 3f2a9dbe7eea583400907752256005e09375e0ef Mon Sep 17 00:00:00 2001 From: gustav_b Date: Sun, 9 Jul 2006 12:23:42 +0000 Subject: undo annotations (bzr r1380) --- src/path-chemistry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/path-chemistry.cpp') diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 61e61bee3..c897658ff 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -136,7 +136,7 @@ sp_selected_path_combine(void) repr->setPosition(topmost > 0 ? topmost + 1 : 0); sp_document_done(sp_desktop_document(desktop), SP_VERB_SELECTION_COMBINE, - /* TODO: annotate */ "path-chemistry.cpp:139"); + _("Combine")); selection->set(repr); @@ -230,7 +230,7 @@ sp_selected_path_break_apart(void) if (did) { sp_document_done(sp_desktop_document(desktop), SP_VERB_SELECTION_BREAK_APART, - /* TODO: annotate */ "path-chemistry.cpp:233"); + _("Break Apart")); } else { sp_desktop_message_stack(desktop)->flash(Inkscape::ERROR_MESSAGE, _("No path(s) to break apart in the selection.")); return; -- cgit v1.2.3