summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ddb5d8)
raw | patch | inline | side by side (parent: 0ddb5d8)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 20 Nov 2006 18:29:07 +0000 (18:29 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 20 Nov 2006 18:29:07 +0000 (18:29 +0000) |
src/ui/widget/selected-style.cpp | patch | blob | history |
index d44431b080430c822a419da6499dd036045e8391..9cf5aa32b39606a9d866f567275f29f83ed6ed05 100644 (file)
Inkscape::CSSOStringStream os;
os << w;
sp_repr_css_set_property (css, "stroke-width", os.str().c_str());
+ // FIXME: update dash patterns!
sp_desktop_set_style (_desktop, css, true);
sp_repr_css_attr_unref (css);
sp_document_done (sp_desktop_document(_desktop), SP_VERB_DIALOG_SWATCHES,
- _("Change opacity"));
+ _("Change stroke width"));
}
void