diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-27 20:57:52 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-27 20:57:52 +0000 |
| commit | 8f70a4ef4514033967be2a3ad7608a90c117fa4a (patch) | |
| tree | 404e9efb11d58383ffbb647a23ff89203d6b37a0 /src/widgets/toolbox.cpp | |
| parent | StarToolbar: GtkAction migration (diff) | |
| download | inkscape-8f70a4ef4514033967be2a3ad7608a90c117fa4a.tar.gz inkscape-8f70a4ef4514033967be2a3ad7608a90c117fa4a.zip | |
SpiralToolbar: GtkAction migration
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 6a194e8a1..be5f4c243 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -209,7 +209,7 @@ static struct { SP_VERB_CONTEXT_3DBOX_PREFS, "/tools/shapes/3dbox", N_("Style of new 3D boxes")}, { "/tools/shapes/arc", "arc_toolbox", nullptr, Inkscape::UI::Toolbar::ArcToolbar::prep, "ArcToolbar", SP_VERB_CONTEXT_ARC_PREFS, "/tools/shapes/arc", N_("Style of new ellipses")}, - { "/tools/shapes/spiral", "spiral_toolbox", nullptr, Inkscape::UI::Toolbar::SpiralToolbar::prep, "SpiralToolbar", + { "/tools/shapes/spiral", "spiral_toolbox", Inkscape::UI::Toolbar::SpiralToolbar::create, nullptr, "SpiralToolbar", SP_VERB_CONTEXT_SPIRAL_PREFS, "/tools/shapes/spiral", N_("Style of new spirals")}, { "/tools/freehand/pencil", "pencil_toolbox", nullptr, Inkscape::UI::Toolbar::PencilToolbar::prep_pencil, "PencilToolbar", SP_VERB_CONTEXT_PENCIL_PREFS, "/tools/freehand/pencil", N_("Style of new paths created by Pencil")}, |
