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/rect-context.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/rect-context.cpp')
| -rw-r--r-- | src/rect-context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rect-context.cpp b/src/rect-context.cpp index 7e1b76e2c..b03cdeead 100644 --- a/src/rect-context.cpp +++ b/src/rect-context.cpp @@ -486,8 +486,8 @@ static void sp_rect_finish(SPRectContext *rc) SP_OBJECT(rc->item)->updateRepr(); sp_desktop_selection(dt)->set(rc->item); - sp_document_done(sp_desktop_document(dt), SP_VERB_CONTEXT_RECT, - /* TODO: annotate */ "rect-context.cpp:490"); + sp_document_done(sp_desktop_document(dt), SP_VERB_CONTEXT_RECT, + _("Create rectangle")); rc->item = NULL; } |
