diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-27 16:12:21 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-27 16:12:21 +0000 |
| commit | ea0d4df10ebef3920dc1d308090b2df5d504567f (patch) | |
| tree | a9384ed14dcb8d3dbe93ee0124062e88f16bd011 /src/widgets/toolbox.cpp | |
| parent | Add swatches and styling to directly created toolbars (diff) | |
| download | inkscape-ea0d4df10ebef3920dc1d308090b2df5d504567f.tar.gz inkscape-ea0d4df10ebef3920dc1d308090b2df5d504567f.zip | |
StarToolbar: GtkAction migration
Diffstat (limited to '')
| -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 24da611f2..6a194e8a1 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -201,7 +201,7 @@ static struct { SP_VERB_INVALID, nullptr, nullptr}, { "/tools/measure", "measure_toolbox", nullptr, Inkscape::UI::Toolbar::MeasureToolbar::prep, "MeasureToolbar", SP_VERB_INVALID, nullptr, nullptr}, - { "/tools/shapes/star", "star_toolbox", nullptr, Inkscape::UI::Toolbar::StarToolbar::prep, "StarToolbar", + { "/tools/shapes/star", "star_toolbox", Inkscape::UI::Toolbar::StarToolbar::create, nullptr, "StarToolbar", SP_VERB_CONTEXT_STAR_PREFS, "/tools/shapes/star", N_("Style of new stars")}, { "/tools/shapes/rect", "rect_toolbox", Inkscape::UI::Toolbar::RectToolbar::create, nullptr, "RectToolbar", SP_VERB_CONTEXT_RECT_PREFS, "/tools/shapes/rect", N_("Style of new rectangles")}, |
