diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-03-03 15:18:36 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-03-03 15:18:36 +0000 |
| commit | 402781d91dfb668dc59d944db89435fc8018c9ff (patch) | |
| tree | 888cb60349377d62533d0508366aec73ba79b387 /src/widgets/toolbox.cpp | |
| parent | Fix bug: 1552003 Randomize color extension has no limits (diff) | |
| parent | update to trunk (diff) | |
| download | inkscape-402781d91dfb668dc59d944db89435fc8018c9ff.tar.gz inkscape-402781d91dfb668dc59d944db89435fc8018c9ff.zip | |
Merge lp:~inkscape.dev/inkscape/eraser_improvements
(bzr r14681)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 6787ef6cc..72537f727 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -497,6 +497,9 @@ static gchar const * ui_descr = " <toolitem action='EraserModeAction' />" " <separator />" " <toolitem action='EraserWidthAction' />" + " <toolitem action='EraserBreakAppart' />" + " <separator />" + " <toolitem action='EraserMassAction' />" " </toolbar>" " <toolbar name='TextToolbar'>" |
