diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-03-26 22:29:17 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-03-26 22:29:17 +0000 |
| commit | 102c95490212a3f38b299cf2188bdabf00f79a64 (patch) | |
| tree | 1a44a299944311d0ef5ebc62521a08cacea6a87a /src/selection.h | |
| parent | fix range, make integer, remove unnecessary document_done, fix 1635388 (diff) | |
| download | inkscape-102c95490212a3f38b299cf2188bdabf00f79a64.tar.gz inkscape-102c95490212a3f38b299cf2188bdabf00f79a64.zip | |
Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436
(bzr r2767)
Diffstat (limited to '')
| -rw-r--r-- | src/selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.h b/src/selection.h index f9368f5ee..34de82c7c 100644 --- a/src/selection.h +++ b/src/selection.h @@ -71,7 +71,7 @@ public: ~Selection(); /** - * @brief Returns the desktop the seoection is bound to + * @brief Returns the desktop the selection is bound to * * @return the desktop the selection is bound to */ |
