summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-03-05 19:01:55 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-05 19:01:55 +0000
commit1771d9ea0d5acb77af4df069680e66a9306c8b9b (patch)
tree8998af65af0544ce2a92d71b82027607483a0ea3 /src/ui/tool/multi-path-manipulator.cpp
parentupdate to trunk (diff)
parentcompleted merging (diff)
downloadinkscape-1771d9ea0d5acb77af4df069680e66a9306c8b9b.tar.gz
inkscape-1771d9ea0d5acb77af4df069680e66a9306c8b9b.zip
Translations
(bzr r11950.1.278)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
-rw-r--r--src/ui/tool/multi-path-manipulator.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp
index b7f3ac29b..68aaa77a5 100644
--- a/src/ui/tool/multi-path-manipulator.cpp
+++ b/src/ui/tool/multi-path-manipulator.cpp
@@ -671,9 +671,10 @@ bool MultiPathManipulator::event(Inkscape::UI::Tools::ToolBase *event_context, G
// b) ctrl+del preserves shape (del_preserves_shape is false), and control is pressed
// Hence xor
guint mode = prefs->getInt("/tools/freehand/pen/freehand-mode", 0);
- //spanish: si es trazado bspline (mode 2)
+
+ //if the trace is bspline ( mode 2)
if(mode==2){
- //spanish: ¿correcto?
+ // is this correct ?
if(del_preserves_shape ^ held_control(event->key))
deleteNodes(false);
else