diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-01-17 04:37:58 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-01-17 04:37:58 +0000 |
| commit | 554a021120463d349542ffbc4ccb9b7f19f5d5e2 (patch) | |
| tree | 6dcf4222d11876c32974f0cb451ed4878c3d11ea /src | |
| parent | * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf: (diff) | |
| download | inkscape-554a021120463d349542ffbc4ccb9b7f19f5d5e2.tar.gz inkscape-554a021120463d349542ffbc4ccb9b7f19f5d5e2.zip | |
Fix a typo, a vim modeline, and a wrongly indented line.
(bzr r6)
Diffstat (limited to 'src')
| -rw-r--r-- | src/connector-context.cpp | 2 | ||||
| -rw-r--r-- | src/preferences.cpp | 2 | ||||
| -rw-r--r-- | src/sp-item.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp index 34f5ba3ed..cceea8267 100644 --- a/src/connector-context.cpp +++ b/src/connector-context.cpp @@ -1283,7 +1283,7 @@ cc_selection_changed(Inkscape::Selection *selection, gpointer data) if (cc->active_conn == item) { - // Noting to change. + // Nothing to change. return; } if (item == NULL) diff --git a/src/preferences.cpp b/src/preferences.cpp index 05701a2f6..5d3981b58 100644 --- a/src/preferences.cpp +++ b/src/preferences.cpp @@ -89,4 +89,4 @@ Preferences::save() fill-column:75 End: */ -// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 : +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 : 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"); |
