summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-04-26 17:06:13 +0000
committerJabiertxo Arraiza Zenotz <jtx@jtx.marker.es>2013-04-26 17:06:13 +0000
commit56d9d0a05e24697275ebcfcbbabe46a401e8df31 (patch)
treea1acc05bc293b2749c3f391afd70e5906d173404 /src/widgets
parentupdate to trunk (diff)
downloadinkscape-56d9d0a05e24697275ebcfcbbabe46a401e8df31.tar.gz
inkscape-56d9d0a05e24697275ebcfcbbabe46a401e8df31.zip
update icons
(bzr r11950.1.108)
Diffstat (limited to 'src/widgets')
-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 7580d9602..977b1badf 100644
--- a/src/widgets/icon.cpp
+++ b/src/widgets/icon.cpp
@@ -679,6 +679,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";