summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-01-14 08:42:20 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-01-14 08:42:20 +0000
commitdd3076a51d8a53223c771a39fa5f976db0c85af5 (patch)
treea77295c5911f20bb9e4dd1f513847ff603ba1cc8 /src/ui/tool/multi-path-manipulator.h
parent* Merge from trunk (diff)
downloadinkscape-dd3076a51d8a53223c771a39fa5f976db0c85af5.tar.gz
inkscape-dd3076a51d8a53223c771a39fa5f976db0c85af5.zip
Implement segment weld to make segment join similar to node join
(bzr r8846.2.12)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.h')
-rw-r--r--src/ui/tool/multi-path-manipulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/multi-path-manipulator.h b/src/ui/tool/multi-path-manipulator.h
index 46ad3a8d2..151e153ec 100644
--- a/src/ui/tool/multi-path-manipulator.h
+++ b/src/ui/tool/multi-path-manipulator.h
@@ -55,7 +55,7 @@ public:
void joinNodes();
void breakNodes();
void deleteNodes(bool keep_shape = true);
- void joinSegment();
+ void joinSegments();
void deleteSegments();
void alignNodes(Geom::Dim2 d);
void distributeNodes(Geom::Dim2 d);