diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-02-09 19:06:07 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-02-09 19:06:07 +0000 |
| commit | 1eccc2d8f4d7dfaf90c064143c925d544c80ccce (patch) | |
| tree | 6be8a0b09e8066404c07c58ff6ae161828f817be /src/widgets/toolbox.cpp | |
| parent | fix "inkscape --extension-directory" (diff) | |
| download | inkscape-1eccc2d8f4d7dfaf90c064143c925d544c80ccce.tar.gz inkscape-1eccc2d8f4d7dfaf90c064143c925d544c80ccce.zip | |
CalligraphyToolbar: 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 918f60c8a..87d0d5699 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -215,7 +215,7 @@ static struct { SP_VERB_CONTEXT_PENCIL_PREFS, "/tools/freehand/pencil", N_("Style of new paths created by Pencil")}, { "/tools/freehand/pen", "pen_toolbox", Inkscape::UI::Toolbar::PencilToolbar::create_pen, nullptr, "PenToolbar", SP_VERB_CONTEXT_PEN_PREFS, "/tools/freehand/pen", N_("Style of new paths created by Pen")}, - { "/tools/calligraphic", "calligraphy_toolbox", nullptr, Inkscape::UI::Toolbar::CalligraphyToolbar::prep,"CalligraphyToolbar", + { "/tools/calligraphic", "calligraphy_toolbox", Inkscape::UI::Toolbar::CalligraphyToolbar::create, nullptr, "CalligraphyToolbar", SP_VERB_CONTEXT_CALLIGRAPHIC_PREFS, "/tools/calligraphic", N_("Style of new calligraphic strokes")}, { "/tools/eraser", "eraser_toolbox", Inkscape::UI::Toolbar::EraserToolbar::create, nullptr, "EraserToolbar", SP_VERB_CONTEXT_ERASER_PREFS, "/tools/eraser", _("TBD")}, |
