diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-07-27 00:04:29 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-07-27 00:04:29 +0000 |
| commit | 6fd1a081d166d88200a22a89928bdca9192b1491 (patch) | |
| tree | 1baf6fdefed9747b6c104be492871d2b8c1b3ac8 /src/widgets/toolbox.cpp | |
| parent | Fix id for 'interactive_simplify' icons (Pencil tool) (diff) | |
| download | inkscape-6fd1a081d166d88200a22a89928bdca9192b1491.tar.gz inkscape-6fd1a081d166d88200a22a89928bdca9192b1491.zip | |
add flattern button to interactive simplify
(bzr r14261)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 62e4bcb8b..cdf39e9ef 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -399,6 +399,7 @@ static gchar const * ui_descr = " <separator />" " <toolitem action='PencilToleranceAction' />" " <toolitem action='PencilLpeSimplify' />" + " <toolitem action='PencilLpeSimplifyFlatten' />" " <separator />" " <toolitem action='PencilResetAction' />" " <separator />" |
