From c5a8e88cc8e3c2276aee92c36a3d85e9ac9a73e4 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Mon, 20 Nov 2006 18:29:07 +0000 Subject: [PATCH] correct annotation; fixme --- src/ui/widget/selected-style.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp index d44431b08..9cf5aa32b 100644 --- a/src/ui/widget/selected-style.cpp +++ b/src/ui/widget/selected-style.cpp @@ -834,10 +834,11 @@ void SelectedStyle::on_popup_preset(int i) { 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 -- 2.30.2