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:03:46 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-05 19:03:46 +0000
commita9eea1cea2a13f129bcb30f175cea82ffcbcee29 (patch)
treed7844f0ec2512c0bf399ee8478041579075da739 /src/ui/tool/multi-path-manipulator.cpp
parentTranslations (diff)
downloadinkscape-a9eea1cea2a13f129bcb30f175cea82ffcbcee29.tar.gz
inkscape-a9eea1cea2a13f129bcb30f175cea82ffcbcee29.zip
Translations
(bzr r11950.1.279)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
-rw-r--r--src/ui/tool/multi-path-manipulator.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp
index 68aaa77a5..b7f3ac29b 100644
--- a/src/ui/tool/multi-path-manipulator.cpp
+++ b/src/ui/tool/multi-path-manipulator.cpp
@@ -671,10 +671,9 @@ 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);
-
- //if the trace is bspline ( mode 2)
+ //spanish: si es trazado bspline (mode 2)
if(mode==2){
- // is this correct ?
+ //spanish: ¿correcto?
if(del_preserves_shape ^ held_control(event->key))
deleteNodes(false);
else