diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-03-29 11:34:40 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-03-29 11:34:40 +0000 |
| commit | dc09bd5bbbacdf10d28ee9053ce3c74f87753f3e (patch) | |
| tree | 457cb1716fe3b959700cdafe4680ca15e7559b53 | |
| parent | Update to trunk (diff) | |
| download | inkscape-dc09bd5bbbacdf10d28ee9053ce3c74f87753f3e.tar.gz inkscape-dc09bd5bbbacdf10d28ee9053ce3c74f87753f3e.zip | |
Fix bspline icon show
(bzr r11950.1.77)
| -rw-r--r-- | src/widgets/mappings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/mappings.xml b/src/widgets/mappings.xml index 2de3ff545..089bf76ea 100644 --- a/src/widgets/mappings.xml +++ b/src/widgets/mappings.xml @@ -197,6 +197,7 @@ <!-- bezier toolbar --> <remap id='bezier_mode' newid='path-mode-bezier'/> <remap id='spiro_splines_mode' newid='path-mode-spiro'/> + <remap id='bspline_mode' newid='path-mode-bspline'/> <remap id='polylines_mode' newid='path-mode-polyline'/> <remap id='paraxial_lines_mode' newid='path-mode-polyline-paraxial'/> |
