summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-05-09 08:46:15 +0000
committertavmjong-free <tavmjong@free.fr>2014-05-09 08:46:15 +0000
commit6f43db26b0b07cf96664ba2bfbeeb1d622ecd14f (patch)
treead088651637edf691a57860c519a751a8a26d8fb /src/widgets/icon.cpp
parentStyle rewrite: prevent crash when fill/stroke set to "currentColor". (diff)
parentMerging Jabier's spirolive+bspline branch (diff)
downloadinkscape-6f43db26b0b07cf96664ba2bfbeeb1d622ecd14f.tar.gz
inkscape-6f43db26b0b07cf96664ba2bfbeeb1d622ecd14f.zip
Update to tip.
(bzr r13341.1.2)
Diffstat (limited to 'src/widgets/icon.cpp')
-rw-r--r--src/widgets/icon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp
index eb16cfece..a96f47124 100644
--- a/src/widgets/icon.cpp
+++ b/src/widgets/icon.cpp
@@ -685,6 +685,7 @@ void IconImpl::setupLegacyNaming() {
legacyNames["draw-star"] ="star_angled";
legacyNames["path-mode-bezier"] ="bezier_mode";
legacyNames["path-mode-spiro"] ="spiro_splines_mode";
+ legacyNames["path-mode-bspline"] ="bspline_mode";
legacyNames["path-mode-polyline"] ="polylines_mode";
legacyNames["path-mode-polyline-paraxial"] ="paraxial_lines_mode";
legacyNames["draw-use-tilt"] ="guse_tilt";