diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2006-11-08 22:10:47 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2006-11-08 22:10:47 +0000 |
| commit | 65f901eb5d0ce858046feadf7a5550b4c36c1290 (patch) | |
| tree | 37428349487f0c52f175b3d74a21b9d3f8de596e /src/extension/effect.cpp | |
| parent | us spelling (diff) | |
| download | inkscape-65f901eb5d0ce858046feadf7a5550b4c36c1290.tar.gz inkscape-65f901eb5d0ce858046feadf7a5550b4c36c1290.zip | |
undo annotations
(bzr r1926)
Diffstat (limited to 'src/extension/effect.cpp')
| -rw-r--r-- | src/extension/effect.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index 168688f0e..4e6c6fd79 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -228,8 +228,7 @@ Effect::effect (Inkscape::UI::View::View * doc) set_last_effect(this); imp->effect(this, doc); - sp_document_done(doc->doc(), SP_VERB_NONE, - /* TODO: annotate */ "effect.cpp:226"); + sp_document_done(doc->doc(), SP_VERB_NONE, _(this->get_name())); return; } |
