diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-10 19:18:02 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-10 19:18:02 +0000 |
| commit | 0c2a0e9585f33fb6b78083b396ef53fc2d6b41c1 (patch) | |
| tree | 89f45cae1547e2acaa5281ac12f73b96539969ee /src/widgets/toolbox.cpp | |
| parent | Added new button to get global measure as a dimension (diff) | |
| parent | Add buttons for some side/corner mesh opeartions. (diff) | |
| download | inkscape-0c2a0e9585f33fb6b78083b396ef53fc2d6b41c1.tar.gz inkscape-0c2a0e9585f33fb6b78083b396ef53fc2d6b41c1.zip | |
update to trunk
(bzr r14393.1.16)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 65a0cd9cb..3daa3c467 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -526,9 +526,12 @@ static gchar const * ui_descr = // " <toolitem action='MeshEditFillAction' />" // " <toolitem action='MeshEditStrokeAction' />" // " <toolitem action='MeshShowHandlesAction' />" + " <toolitem action='MeshToggleSidesAction' />" + " <toolitem action='MeshMakeEllipticalAction' />" + " <toolitem action='MeshPickColorsAction' />" + " <separator />" " <toolitem action='MeshWarningAction' />" " <toolitem action='MeshSmoothAction' />" - " <separator />" " </toolbar>" " <toolbar name='DropperToolbar'>" |
