summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-01-17 04:37:58 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-01-17 04:37:58 +0000
commit554a021120463d349542ffbc4ccb9b7f19f5d5e2 (patch)
tree6dcf4222d11876c32974f0cb451ed4878c3d11ea /src/sp-item.cpp
parent* packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf: (diff)
downloadinkscape-554a021120463d349542ffbc4ccb9b7f19f5d5e2.tar.gz
inkscape-554a021120463d349542ffbc4ccb9b7f19f5d5e2.zip
Fix a typo, a vim modeline, and a wrongly indented line.
(bzr r6)
Diffstat (limited to 'src/sp-item.cpp')
-rw-r--r--src/sp-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 33bbe9e05..20731a553 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -313,7 +313,7 @@ sp_item_build(SPObject *object, SPDocument *document, Inkscape::XML::Node *repr)
sp_object_read_attr(object, "mask");
sp_object_read_attr(object, "sodipodi:insensitive");
sp_object_read_attr(object, "sodipodi:nonprintable");
- sp_object_read_attr(object, "inkscape:r_cx");
+ sp_object_read_attr(object, "inkscape:r_cx");
sp_object_read_attr(object, "inkscape:r_cy");
sp_object_read_attr(object, "inkscape:connector-avoid");