diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-07-06 01:27:08 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-07-06 01:27:08 +0000 |
| commit | 5bf95af00bcd039e8280a14d264ea2875fca5cf3 (patch) | |
| tree | 51496823653d8f8cbe09c814fe6706b005f15ee7 /src/node-context.cpp | |
| parent | refactoring, add background removal (diff) | |
| download | inkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.tar.gz inkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.zip | |
undo annotations
(bzr r1361)
Diffstat (limited to '')
| -rw-r--r-- | src/node-context.cpp | 2 |
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); |
