diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-11-30 12:11:42 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-11-30 12:11:42 +0000 |
| commit | b2b5252360d16fa3a1dd8cc172a2b7a09ba716e4 (patch) | |
| tree | 3da0e10d6e335e10eaa2f3ec145b948e7efa87e2 /src/widgets/toolbox.cpp | |
| parent | Fix for 430301 : core dump exporting to non existing folder (diff) | |
| download | inkscape-b2b5252360d16fa3a1dd8cc172a2b7a09ba716e4.tar.gz inkscape-b2b5252360d16fa3a1dd8cc172a2b7a09ba716e4.zip | |
Fix for 255792 : Calligraphy tool presets management
(bzr r11916)
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 b758e4f0f..a5e929c7d 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -407,6 +407,7 @@ static gchar const * ui_descr = " <toolbar name='CalligraphyToolbar'>" " <separator />" " <toolitem action='SetProfileAction'/>" + " <toolitem action='ProfileEditAction'/>" " <separator />" " <toolitem action='CalligraphyWidthAction' />" " <toolitem action='PressureAction' />" |
