diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-10-05 08:15:23 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-10-05 08:15:23 +0000 |
| commit | fae5a46f9f815a67d660357728cf7df8ed50dd3b (patch) | |
| tree | 846179ba5900f9be467944268640a0ad67875a56 /src/draw-context.cpp | |
| parent | simplify style-querying for blur radius; move Blur slider above Opacity, cleanup (diff) | |
| download | inkscape-fae5a46f9f815a67d660357728cf7df8ed50dd3b.tar.gz inkscape-fae5a46f9f815a67d660357728cf7df8ed50dd3b.zip | |
undo annotations
(bzr r1767)
Diffstat (limited to 'src/draw-context.cpp')
| -rw-r--r-- | src/draw-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp index bb1f56044..6946d7df1 100644 --- a/src/draw-context.cpp +++ b/src/draw-context.cpp @@ -558,7 +558,7 @@ spdc_flush_white(SPDrawContext *dc, SPCurve *gc) } sp_document_done(doc, SP_IS_PEN_CONTEXT(dc)? SP_VERB_CONTEXT_PEN : SP_VERB_CONTEXT_PENCIL, - /* TODO: annotate */ "draw-context.cpp:561"); + _("Draw path")); } sp_curve_unref(c); |
