From: buliabyak Date: Wed, 14 Mar 2007 23:52:34 +0000 (+0000) Subject: comment fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3fb126499c8bea3f521f6bd7285d91f6c2e922e8;p=inkscape.git comment fix --- 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);