summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-12-02 17:24:10 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-12-02 17:24:10 +0000
commit067752b1cf216b8aa55c9e52926496553673cdb7 (patch)
treeb2abbbfbb4401ae56997dc59f43460c0b4d095f7 /src/attributes.cpp
parentAdd some SVG2 text properties to tables. (diff)
downloadinkscape-067752b1cf216b8aa55c9e52926496553673cdb7.tar.gz
inkscape-067752b1cf216b8aa55c9e52926496553673cdb7.zip
Add lock to guides
(bzr r14500.1.1)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index a237f8861..5da75e348 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -116,6 +116,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_SNAP_PAGE_BORDER, "inkscape:snap-page"},
{SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"},
{SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"}, // This setting sets the Display units, *not* the units used in SVG
+ {SP_ATTR_INKSCAPE_LOCKED, "inkscape:locked"},
{SP_ATTR_UNITS, "units"},
{SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"},
/* SPColorProfile */