summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2014-05-08 00:59:39 +0000
committerVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2014-05-08 00:59:39 +0000
commit267adec8dfa7797915cff84b463fef5f9570a6e4 (patch)
tree2580dea1021dff4f4cf56f750c978fe251de0868 /src/widgets/icon.cpp
parentDocumentation. Advanced tutorial update (not fully translated). (diff)
parentadding const _pathmanipulatos staff to handles (handles also have tips) (diff)
downloadinkscape-267adec8dfa7797915cff84b463fef5f9570a6e4.tar.gz
inkscape-267adec8dfa7797915cff84b463fef5f9570a6e4.zip
Merging Jabier's spirolive+bspline branch
(bzr r13341.2.1)
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";