From 5bf95af00bcd039e8280a14d264ea2875fca5cf3 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Thu, 6 Jul 2006 01:27:08 +0000 Subject: undo annotations (bzr r1361) --- src/node-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node-context.cpp') diff --git a/src/node-context.cpp b/src/node-context.cpp index c689f9244..f38985c71 100644 --- a/src/node-context.cpp +++ b/src/node-context.cpp @@ -621,7 +621,7 @@ sp_node_context_root_handler(SPEventContext *event_context, GdkEvent *event) NR::Maybe b = Inkscape::Rubberband::get()->getRectangle(); if (nc->hit && !event_context->within_tolerance) { //drag curve - sp_nodepath_update_repr (nc->nodepath); + sp_nodepath_update_repr (nc->nodepath, _("Drag curve")); } else if (b != NR::Nothing() && !event_context->within_tolerance) { // drag to select if (nc->nodepath) { sp_nodepath_select_rect(nc->nodepath, b.assume(), event->button.state & GDK_SHIFT_MASK); -- cgit v1.2.3