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/level.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/extension/internal/bitmap/level.cpp') diff --git a/src/extension/internal/bitmap/level.cpp b/src/extension/internal/bitmap/level.cpp index f48be32a2..04f78d7e5 100644 --- a/src/extension/internal/bitmap/level.cpp +++ b/src/extension/internal/bitmap/level.cpp @@ -39,15 +39,15 @@ Level::init(void) "\n" "" N_("Level") "\n" "org.inkscape.effect.bitmap.level\n" - "0.0\n" - "100.0\n" - "1.0\n" + "0\n" + "100\n" + "1\n" "\n" "all\n" "\n" "\n" "\n" - "" N_("Apply Level Effect") "\n" + "" N_("Level selected bitmap(s) by scaling values falling between the given ranges to the full color range.") "\n" "\n" "\n", new Level()); } -- cgit v1.2.3