summaryrefslogtreecommitdiffstats
path: root/src/sp-rect.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-02-27 18:49:52 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-02-27 18:49:52 +0000
commit895c9ddab6428b36e20df4535d8f72158a9f6950 (patch)
treef47a22d549362e825876815f899cfe63df939508 /src/sp-rect.cpp
parentAdded work-around for broken themes that fill in with gtk_paint_border, inclu... (diff)
downloadinkscape-895c9ddab6428b36e20df4535d8f72158a9f6950.tar.gz
inkscape-895c9ddab6428b36e20df4535d8f72158a9f6950.zip
More accurate wording in snap tooltips
(bzr r7388)
Diffstat (limited to 'src/sp-rect.cpp')
-rw-r--r--src/sp-rect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-rect.cpp b/src/sp-rect.cpp
index 4f8dbbbce..f59a02853 100644
--- a/src/sp-rect.cpp
+++ b/src/sp-rect.cpp
@@ -572,7 +572,7 @@ static void sp_rect_snappoints(SPItem const *item, bool const target, SnapPoints
int type;
if (snapprefs->getSnapToItemNode()) {
- type = target ? int(Inkscape::SNAPTARGET_HANDLE) : int(Inkscape::SNAPSOURCE_HANDLE);
+ type = target ? int(Inkscape::SNAPTARGET_CORNER) : int(Inkscape::SNAPSOURCE_CORNER);
p.push_back(std::make_pair(p0, type));
p.push_back(std::make_pair(p1, type));
p.push_back(std::make_pair(p2, type));