diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-29 18:16:27 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-29 18:16:27 +0000 |
| commit | c73847235afd19be7aa5deefd7ce02276b9bb969 (patch) | |
| tree | 8d1b0c6bf108d1d2d132a75a6430575c0762efea /src/widgets/toolbox.cpp | |
| parent | Remove unneeded and incomplete file (diff) | |
| download | inkscape-c73847235afd19be7aa5deefd7ce02276b9bb969.tar.gz inkscape-c73847235afd19be7aa5deefd7ce02276b9bb969.zip | |
PaintbucketToolbar: 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 171d6f3c9..0add85c6b 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -233,7 +233,7 @@ static struct { { "/tools/mesh", "mesh_toolbox", nullptr, Inkscape::UI::Toolbar::MeshToolbar::prep, "MeshToolbar", SP_VERB_INVALID, nullptr, nullptr}, #if HAVE_POTRACE - { "/tools/paintbucket", "paintbucket_toolbox", nullptr, Inkscape::UI::Toolbar::PaintbucketToolbar::prep, "PaintbucketToolbar", + { "/tools/paintbucket", "paintbucket_toolbox", Inkscape::UI::Toolbar::PaintbucketToolbar::create, nullptr, "PaintbucketToolbar", SP_VERB_CONTEXT_PAINTBUCKET_PREFS, "/tools/paintbucket", N_("Style of Paint Bucket fill objects")}, #else { "/tools/paintbucket", "paintbucket_toolbox", 0, NULL, "PaintbucketToolbar", SP_VERB_NONE, "/tools/paintbucket", N_("Disabled")}, |
