diff options
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 1 |
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; |
