summaryrefslogtreecommitdiffstats
path: root/src/filter-chemistry.cpp
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-07-17 02:27:39 +0000
committernicholasbishop <nicholasbishop@users.sourceforge.net>2007-07-17 02:27:39 +0000
commit8b925da73764edcf21ac8fd46ca79c6ead94f8f5 (patch)
tree3bf14763354499d33e2ce21f1fa26c6f4f345db3 /src/filter-chemistry.cpp
parentAdd two newly 'discovered' translators, sorry guys. (diff)
downloadinkscape-8b925da73764edcf21ac8fd46ca79c6ead94f8f5.tar.gz
inkscape-8b925da73764edcf21ac8fd46ca79c6ead94f8f5.zip
Filter effects dialog:
* Prevent filter primitive connections to primitives that come after the selected primitive. (bzr r3258)
Diffstat (limited to 'src/filter-chemistry.cpp')
-rw-r--r--src/filter-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter-chemistry.cpp b/src/filter-chemistry.cpp
index d9bf33d60..9317ed082 100644
--- a/src/filter-chemistry.cpp
+++ b/src/filter-chemistry.cpp
@@ -143,7 +143,7 @@ filter_add_primitive(SPFilter *filter, const NR::FilterPrimitiveType type)
case NR::NR_FILTER_FLOOD:
break;
case NR::NR_FILTER_GAUSSIANBLUR:
- repr->setAttribute("stddeviation", "1");
+ repr->setAttribute("stdDeviation", "1");
break;
case NR::NR_FILTER_IMAGE:
break;