diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-01-14 08:42:20 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-01-14 08:42:20 +0000 |
| commit | dd3076a51d8a53223c771a39fa5f976db0c85af5 (patch) | |
| tree | a77295c5911f20bb9e4dd1f513847ff603ba1cc8 /src/ui/tool/multi-path-manipulator.h | |
| parent | * Merge from trunk (diff) | |
| download | inkscape-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.h | 2 |
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); |
