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/sp-flowtext.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/sp-flowtext.cpp')
| -rw-r--r-- | src/sp-flowtext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-flowtext.cpp b/src/sp-flowtext.cpp index 8a39eb0b4..614e0b450 100644 --- a/src/sp-flowtext.cpp +++ b/src/sp-flowtext.cpp @@ -614,7 +614,7 @@ void SPFlowtext::convert_to_text() item->deleteObject(); sp_document_done(sp_desktop_document(desktop), SP_VERB_NONE, - /* TODO: annotate */ "sp-flowtext.cpp:617"); + _("Convert flowed text to text")); } SPItem *SPFlowtext::get_frame(SPItem *after) |
