summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-07-03 09:40:42 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-07-03 09:40:42 +0000
commitdef37b17e61364995fc195de6b07eafbef255d52 (patch)
treea89e0567133a0bc4cc17ebcb94d478068daee7bd /src/widgets
parentWhen drawing with activated shape in pencil/pen tool, apply the original stro... (diff)
downloadinkscape-def37b17e61364995fc195de6b07eafbef255d52.tar.gz
inkscape-def37b17e61364995fc195de6b07eafbef255d52.zip
Add new shape 'crescendo' in dropdown box of pen tool
(bzr r6129)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 8fa52c281..148694ef9 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -3342,6 +3342,7 @@ GList * freehand_shape_dropdown_items_list() {
glist = g_list_append (glist, _("None"));
glist = g_list_append (glist, _("Clipboard"));
+ glist = g_list_append (glist, _("Crescendo"));
glist = g_list_append (glist, _("Decrescendo"));
return glist;