diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-04-25 04:52:00 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-04-25 04:52:00 +0000 |
| commit | 3b09d1b8be1798131ce372d1eb308160c2383f88 (patch) | |
| tree | 99a456bc10e72019c5a39396630df2669dafe365 /src/widgets/toolbox.cpp | |
| parent | Memory management in context menu (Bug #910529 ) (diff) | |
| download | inkscape-3b09d1b8be1798131ce372d1eb308160c2383f88.tar.gz inkscape-3b09d1b8be1798131ce372d1eb308160c2383f88.zip | |
Fix for 950677 : Add link option to gradient toolbar
(bzr r11291)
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 7491c9c28..7d73c042b 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -538,6 +538,7 @@ static gchar const * ui_descr = " <toolitem action='GradientNewFillStrokeAction' />" " <separator />" " <toolitem action='GradientSelectGradientAction' />" + " <toolitem action='GradientEditLinkAction' />" " <toolitem action='GradientEditReverseAction' />" " <toolitem action='GradientSelectRepeatAction' />" " <separator />" |
