diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2010-06-05 05:30:04 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2010-06-05 05:30:04 +0000 |
| commit | d0ad4f7ee5bfdf73d49d299cd8c8567cf3f2650c (patch) | |
| tree | a9e7479a801b6cc3155568b175c96a1472b4b394 /src/widgets/toolbox.cpp | |
| parent | Adding JessyInk 1.5.1 extension set by Hannes Hochreiner (diff) | |
| download | inkscape-d0ad4f7ee5bfdf73d49d299cd8c8567cf3f2650c.tar.gz inkscape-d0ad4f7ee5bfdf73d49d299cd8c8567cf3f2650c.zip | |
Moved spray tool down, text tool up.
(bzr r9479)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 502de27df..5079e4ffd 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -1861,26 +1861,40 @@ void setup_tool_toolbox(GtkWidget *toolbox, SPDesktop *desktop) gchar const * descr = "<ui>" " <toolbar name='ToolToolbar'>" + + " <!-- Basics -->" " <toolitem action='ToolSelector' />" " <toolitem action='ToolNode' />" " <toolitem action='ToolTweak' />" - " <toolitem action='ToolSpray' />" " <toolitem action='ToolZoom' />" + + " <!-- Shapes -->" " <toolitem action='ToolRect' />" " <toolitem action='Tool3DBox' />" " <toolitem action='ToolArc' />" " <toolitem action='ToolStar' />" " <toolitem action='ToolSpiral' />" + + " <!-- Paths -->" " <toolitem action='ToolPencil' />" " <toolitem action='ToolPen' />" " <toolitem action='ToolCalligraphic' />" + + " <!-- Text -->" + " <toolitem action='ToolText' />" + + " <!-- Paint large areas -->" + " <toolitem action='ToolSpray' />" " <toolitem action='ToolEraser' />" -// " <toolitem action='ToolLPETool' />" + + " <!-- Fill -->" " <toolitem action='ToolPaintBucket' />" - " <toolitem action='ToolText' />" - " <toolitem action='ToolConnector' />" " <toolitem action='ToolGradient' />" " <toolitem action='ToolDropper' />" + + " <toolitem action='ToolConnector' />" + +// " <toolitem action='ToolLPETool' />" " </toolbar>" "</ui>"; |
