summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
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;