summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2007-08-03 19:59:25 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2007-08-03 19:59:25 +0000
commit02a4d581812a5286809e74dc975441e5327707f1 (patch)
tree10e4a588e05166457aebb0ee69f801368aa66e16 /src/attributes.cpp
parentfix compile (diff)
downloadinkscape-02a4d581812a5286809e74dc975441e5327707f1.tar.gz
inkscape-02a4d581812a5286809e74dc975441e5327707f1.zip
Rearrange snapping preferences, put distinction between paths and nodes back in, and a bit of refactoring
(bzr r3361)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 245529e61..ee7ebff69 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -84,6 +84,8 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_WINDOW_Y, "inkscape:window-y"},
{SP_ATTR_INKSCAPE_SNAP_BBOX, "inkscape:snap-bbox"},
{SP_ATTR_INKSCAPE_SNAP_NODES, "inkscape:snap-nodes"},
+ {SP_ATTR_INKSCAPE_OBJECT_PATHS, "inkscape:object-paths"},
+ {SP_ATTR_INKSCAPE_OBJECT_NODES, "inkscape:object-nodes"},
{SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"},
{SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"},
{SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"},