diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-24 05:45:34 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-24 05:45:34 +0000 |
| commit | 21b9f1452c0eae41f7c068ea35608a9cf59a1d6c (patch) | |
| tree | 90d0338e5ed1ab9cbf815234d424a56caa783d36 /src | |
| parent | restoring ffgeom.py (diff) | |
| download | inkscape-21b9f1452c0eae41f7c068ea35608a9cf59a1d6c.tar.gz inkscape-21b9f1452c0eae41f7c068ea35608a9cf59a1d6c.zip | |
rename the effect
(bzr r2025)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/internal/bluredge.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/extension/internal/bluredge.cpp b/src/extension/internal/bluredge.cpp index 678e492ee..16c6d0eb9 100644 --- a/src/extension/internal/bluredge.cpp +++ b/src/extension/internal/bluredge.cpp @@ -128,10 +128,10 @@ BlurEdge::init (void) { Inkscape::Extension::build_from_mem( "<inkscape-extension>\n" - "<name>" N_("Blur Edge") "</name>\n" + "<name>" N_("Inset/Outset Halo") "</name>\n" "<id>org.inkscape.effect.bluredge</id>\n" - "<param name=\"blur-width\" gui-text=\"" N_("Blur Width") "\" gui-description=\"" N_("Width in pixels of the blurred area") "\" scope=\"document\" type=\"float\" min=\"1.0\" max=\"50.0\">1.0</param>\n" - "<param name=\"num-steps\" gui-text=\"" N_("Number of Steps") "\" gui-description=\"" N_("Number of copies of the object to make to simulate the blur") "\" scope=\"document\" type=\"int\" min=\"5\" max=\"100\">11</param>\n" + "<param name=\"blur-width\" gui-text=\"" N_("Width") "\" gui-description=\"" N_("Width in px of the halo") "\" scope=\"document\" type=\"float\" min=\"1.0\" max=\"50.0\">1.0</param>\n" + "<param name=\"num-steps\" gui-text=\"" N_("Number of steps") "\" gui-description=\"" N_("Number of inset/outset copies of the object to make") "\" scope=\"document\" type=\"int\" min=\"5\" max=\"100\">11</param>\n" "<effect>\n" "<object-type>all</object-type>\n" "<effects-menu>\n" |
