diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-09-11 03:23:08 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-09-11 03:23:08 +0000 |
| commit | f9454f90a92e10f63e6917ce63f74522d0ec5ea8 (patch) | |
| tree | 7fcc2f3ae9261e19c724094fc71abf52ffa3b31d /src/widgets/toolbox.cpp | |
| parent | Allow GdlDockItems to take focus, and grab focus on present. Various (diff) | |
| download | inkscape-f9454f90a92e10f63e6917ce63f74522d0ec5ea8.tar.gz inkscape-f9454f90a92e10f63e6917ce63f74522d0ec5ea8.zip | |
add select all, select all in all layers, deselect to selector toolbar
(bzr r3719)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 5a74f9606..3f9340bc2 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -196,6 +196,10 @@ static struct { static gchar const * ui_descr = "<ui>" " <toolbar name='SelectToolbar'>" + " <toolitem action='EditSelectAll' />" + " <toolitem action='EditSelectAllInAllLayers' />" + " <toolitem action='EditDeselect' />" + " <separator />" " <toolitem action='ObjectRotate90CCW' />" " <toolitem action='ObjectRotate90' />" " <toolitem action='ObjectFlipHorizontally' />" |
