summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-05-27 13:05:15 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-05-27 13:05:15 +0000
commitf4403837dfff09b241c3765422c652f8a9d11991 (patch)
tree2ce1a04c7d4566c684fc40c80baa3d196a8d8a08 /src/widgets/toolbox.cpp
parentHackfest2019: Rm tautological tests (diff)
downloadinkscape-f4403837dfff09b241c3765422c652f8a9d11991.tar.gz
inkscape-f4403837dfff09b241c3765422c652f8a9d11991.zip
Strip out all content from TextToolbar
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index b3f25c764..605ae8956 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -222,7 +222,7 @@ static struct {
{ "/tools/lpetool", "lpetool_toolbox", Inkscape::UI::Toolbar::LPEToolbar::create, nullptr, "LPEToolToolbar",
SP_VERB_CONTEXT_LPETOOL_PREFS, "/tools/lpetool", _("TBD")},
// If you change TextToolbar here, change it also in desktop-widget.cpp
- { "/tools/text", "text_toolbox", nullptr, Inkscape::UI::Toolbar::TextToolbar::prep, "TextToolbar",
+ { "/tools/text", "text_toolbox", Inkscape::UI::Toolbar::TextToolbar::create, nullptr, "TextToolbar",
SP_VERB_INVALID, nullptr, nullptr},
{ "/tools/dropper", "dropper_toolbox", Inkscape::UI::Toolbar::DropperToolbar::create, nullptr, "DropperToolbar",
SP_VERB_INVALID, nullptr, nullptr},