summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-03-07 08:30:34 +0000
committertavmjong-free <tavmjong@free.fr>2014-03-07 08:30:34 +0000
commit33d4660c0a9cec876a0174c9fed76f86774d3bb6 (patch)
tree7a69ef0054a4ecfef35c986265482df389025b26 /src/style.cpp
parentUse CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactive (diff)
downloadinkscape-33d4660c0a9cec876a0174c9fed76f86774d3bb6.tar.gz
inkscape-33d4660c0a9cec876a0174c9fed76f86774d3bb6.zip
Fix typo in "paint-order".
(bzr r13125)
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp
index 7ad9749f0..ad5aa17ae 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -3731,7 +3731,7 @@ sp_style_read_ipaintorder(SPIPaintOrder *val, gchar const *str)
val->layer[i] = SP_CSS_PAINT_ORDER_STROKE;
val->layer_set[i] = true;
used[1] = true;
- } else if( !strcmp( c[i], "marker")) {
+ } else if( !strcmp( c[i], "markers")) {
val->layer[i] = SP_CSS_PAINT_ORDER_MARKER;
val->layer_set[i] = true;
used[2] = true;