summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-01-28 21:19:16 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-01-28 21:19:16 +0000
commit12f5c40db64ee3500c72bc94688c802b1cedac79 (patch)
tree69c2f3d3fca29a258162f0f85a36f670f07df145 /src/ui/dialog/document-properties.cpp
parentshow waiting cursor while ExecutionEnv is working (diff)
downloadinkscape-12f5c40db64ee3500c72bc94688c802b1cedac79.tar.gz
inkscape-12f5c40db64ee3500c72bc94688c802b1cedac79.zip
Add buttons for snapping to grids and/or guides
(bzr r7200)
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
-rw-r--r--src/ui/dialog/document-properties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp
index cbc3d79b9..76a50c9c7 100644
--- a/src/ui/dialog/document-properties.cpp
+++ b/src/ui/dialog/document-properties.cpp
@@ -101,7 +101,7 @@ DocumentProperties::DocumentProperties()
//General snap options
_rcb_sgui(_("Show _guides"), _("Show or hide guides"), "showguides", _wr),
_rcbsng(_("_Snap guides while dragging"), _("While dragging a guide, snap to object nodes or bounding box corners ('Snap to nodes' or 'snap to bounding box corners' must be enabled in the 'Snap' tab; only a small part of the guide near the cursor will snap)"),
- "inkscape:snap-guide", _wr),
+ "inkscape:snap-from-guide", _wr),
_rcp_gui(_("Guide co_lor:"), _("Guideline color"), _("Color of guidelines"), "guidecolor", "guideopacity", _wr),
_rcp_hgui(_("_Highlight color:"), _("Highlighted guideline color"), _("Color of a guideline when it is under mouse"), "guidehicolor", "guidehiopacity", _wr),
//---------------------------------------------------------------