From 37313b49352eafc3bf7aa8a8288a2064b1f896d2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 13 Sep 2007 04:31:40 +0000 Subject: r16564@tres: ted | 2007-09-12 20:45:12 -0700 Final GSoC patch from Chris. I took too long to include it :( (bzr r3740) --- src/extension/internal/bitmap/swirl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/extension/internal/bitmap/swirl.cpp') diff --git a/src/extension/internal/bitmap/swirl.cpp b/src/extension/internal/bitmap/swirl.cpp index a880552c6..668528616 100644 --- a/src/extension/internal/bitmap/swirl.cpp +++ b/src/extension/internal/bitmap/swirl.cpp @@ -23,7 +23,7 @@ Swirl::applyEffect(Magick::Image* image) { void Swirl::refreshParameters(Inkscape::Extension::Effect* module) { - _degrees = module->get_param_float("degrees"); + _degrees = module->get_param_int("degrees"); } #include "../clear-n_.h" @@ -35,13 +35,13 @@ Swirl::init(void) "\n" "" N_("Swirl") "\n" "org.inkscape.effect.bitmap.swirl\n" - "30\n" + "30\n" "\n" "all\n" "\n" "\n" "\n" - "" N_("Apply Swirl Effect") "\n" + "" N_("Swirl selected bitmap(s) around center point.") "\n" "\n" "\n", new Swirl()); } -- cgit v1.2.3