summaryrefslogtreecommitdiffstats
path: root/src/rect-context.cpp
diff options
context:
space:
mode:
authorgustav_b <gustav_b@users.sourceforge.net>2006-07-09 12:23:42 +0000
committergustav_b <gustav_b@users.sourceforge.net>2006-07-09 12:23:42 +0000
commit3f2a9dbe7eea583400907752256005e09375e0ef (patch)
treeb5fc0206ac2c7c3181300d2402efc3effe705645 /src/rect-context.cpp
parentAdded descriptions to Undo/Redo commands in the menus (diff)
downloadinkscape-3f2a9dbe7eea583400907752256005e09375e0ef.tar.gz
inkscape-3f2a9dbe7eea583400907752256005e09375e0ef.zip
undo annotations
(bzr r1380)
Diffstat (limited to 'src/rect-context.cpp')
-rw-r--r--src/rect-context.cpp4
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;
}