diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2006-07-10 08:00:14 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2006-07-10 08:00:14 +0000 |
| commit | 7c9faac1420255182e4306743a275c5633377d39 (patch) | |
| tree | 437ccb5b2a629d122846efa0f6edd960620be991 /src/path-chemistry.cpp | |
| parent | finally getting closer to processing axes and contexts correctly (diff) | |
| download | inkscape-7c9faac1420255182e4306743a275c5633377d39.tar.gz inkscape-7c9faac1420255182e4306743a275c5633377d39.zip | |
undo annotations
(bzr r1390)
Diffstat (limited to 'src/path-chemistry.cpp')
| -rw-r--r-- | src/path-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index c897658ff..0c35020b7 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -297,7 +297,7 @@ sp_selected_path_to_curves0(gboolean interactive, guint32 text_grouping_policy) if (interactive) { if (did) { sp_document_done(sp_desktop_document(desktop), SP_VERB_OBJECT_TO_CURVE, - /* TODO: annotate */ "path-chemistry.cpp:300"); + _("Object to Path")); } else { sp_desktop_message_stack(desktop)->flash(Inkscape::ERROR_MESSAGE, _("<b>No objects</b> to convert to path in the selection.")); return; |
