diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-07 23:13:15 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-07 23:13:15 +0000 |
| commit | 2a0d24e61c826a9bf33cad4c8f6769d52d433b43 (patch) | |
| tree | 48f0ecf1ac794fc6f69bb87d0311214ead781c53 /src/widgets/toolbox.cpp | |
| parent | Improved popup mesage to a LPE Simplify parameter (diff) | |
| download | inkscape-2a0d24e61c826a9bf33cad4c8f6769d52d433b43.tar.gz inkscape-2a0d24e61c826a9bf33cad4c8f6769d52d433b43.zip | |
add interactive smooth to pen tool
(bzr r13973.1.1)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 5d52db6f2..83180e43d 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -403,6 +403,8 @@ static gchar const * ui_descr = " <separator />" " <toolitem action='PencilToleranceAction' />" " <separator />" + " <toolitem action='PencilLpeSimplify' />" + " <separator />" " <toolitem action='PencilResetAction' />" " <separator />" " <toolitem action='SetPencilShapeAction'/>" |
