diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-01-26 21:16:23 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-01-26 21:16:23 +0000 |
| commit | 585126f9aac581c29bf040e4071fe42f424c55e2 (patch) | |
| tree | 0574b85f62765d862dc6bdbd8f1077459199a913 /src/snapped-point.h | |
| parent | Nicer symbol for guide anchor (diff) | |
| download | inkscape-585126f9aac581c29bf040e4071fe42f424c55e2.tar.gz inkscape-585126f9aac581c29bf040e4071fe42f424c55e2.zip | |
All snap options which can be accessed through the snapping toolbar are now removed from the document properties dialog
(bzr r7183)
Diffstat (limited to 'src/snapped-point.h')
| -rw-r--r-- | src/snapped-point.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapped-point.h b/src/snapped-point.h index 254d573df..cddddd53b 100644 --- a/src/snapped-point.h +++ b/src/snapped-point.h @@ -58,7 +58,7 @@ public: void setPointerDistance(Geom::Coord const d) {_pointer_distance = d;} /* This is the preferred method to find out which point we have snapped - * to, because it only returns a point if snapping has actually occured + * to, because it only returns a point if snapping has actually occurred * (by overwriting p) */ void getPoint(Geom::Point &p) const; |
