summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-11-20 18:29:07 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-11-20 18:29:07 +0000
commit7536428952cdd7853acf7c9b0f6fe7db6a029067 (patch)
tree8634e5eb8747b4d0723198b745ea30257baaf5c6 /src/ui/widget
parentensure Enter in spinbuttons activates the Apply (diff)
downloadinkscape-7536428952cdd7853acf7c9b0f6fe7db6a029067.tar.gz
inkscape-7536428952cdd7853acf7c9b0f6fe7db6a029067.zip
correct annotation; fixme
(bzr r1996)
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/selected-style.cpp3
1 files changed, 2 insertions, 1 deletions
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