diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2006-07-09 12:23:42 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2006-07-09 12:23:42 +0000 |
| commit | 3f2a9dbe7eea583400907752256005e09375e0ef (patch) | |
| tree | b5fc0206ac2c7c3181300d2402efc3effe705645 /src/path-chemistry.cpp | |
| parent | Added descriptions to Undo/Redo commands in the menus (diff) | |
| download | inkscape-3f2a9dbe7eea583400907752256005e09375e0ef.tar.gz inkscape-3f2a9dbe7eea583400907752256005e09375e0ef.zip | |
undo annotations
(bzr r1380)
Diffstat (limited to 'src/path-chemistry.cpp')
| -rw-r--r-- | src/path-chemistry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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, _("<b>No path(s)</b> to break apart in the selection.")); return; |
