summaryrefslogtreecommitdiffstats
path: root/src/node-context.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-07-06 01:27:08 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-07-06 01:27:08 +0000
commit5bf95af00bcd039e8280a14d264ea2875fca5cf3 (patch)
tree51496823653d8f8cbe09c814fe6706b005f15ee7 /src/node-context.cpp
parentrefactoring, add background removal (diff)
downloadinkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.tar.gz
inkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.zip
undo annotations
(bzr r1361)
Diffstat (limited to 'src/node-context.cpp')
-rw-r--r--src/node-context.cpp2
1 files changed, 1 insertions, 1 deletions
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<NR::Rect> 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);