From def37b17e61364995fc195de6b07eafbef255d52 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 3 Jul 2008 09:40:42 +0000 Subject: Add new shape 'crescendo' in dropdown box of pen tool (bzr r6129) --- src/widgets/toolbox.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/toolbox.cpp') 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; -- cgit v1.2.3