diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-14 23:52:34 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-14 23:52:34 +0000 |
| commit | 047e73160225bc51c3fb439ec0de91199521ad94 (patch) | |
| tree | 96d820fa9c444a057a80d04496f1b13e12b315a8 /src/style.cpp | |
| parent | typo fix from libcroco list (diff) | |
| download | inkscape-047e73160225bc51c3fb439ec0de91199521ad94.tar.gz inkscape-047e73160225bc51c3fb439ec0de91199521ad94.zip | |
comment fix
(bzr r2650)
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index 3fcc5a338..07ea4a49a 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -516,7 +516,7 @@ sp_style_read(SPStyle *style, SPObject *object, Inkscape::XML::Node *repr) style->cloned = true; } - /* 1. Style itself */ + /* 1. Style attribute */ gchar const *val = repr->attribute("style"); if (val != NULL) { sp_style_merge_from_style_string(style, val); |
