X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Finternal%2Ffilter%2Fmorphology.h;h=8e00b47bee34d43674fe8f9c7ae696f8c8801808;hb=c7cf14ac71346f76ae219ce67fb88c1bd34832e2;hp=e0f544c76e061f2827f6408ec3114862053e3406;hpb=73d0ee81f6d941489cab1ecd5fd8a4fdb5a192e9;p=inkscape.git diff --git a/src/extension/internal/filter/morphology.h b/src/extension/internal/filter/morphology.h index e0f544c76..8e00b47be 100644 --- a/src/extension/internal/filter/morphology.h +++ b/src/extension/internal/filter/morphology.h @@ -7,6 +7,9 @@ * Ivan Louette (filters) * Nicolas Dufour (UI) * + * Morphology filters + * Cross-smooth + * * Released under GNU GPL, read the file 'COPYING' for more information */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ @@ -23,7 +26,7 @@ namespace Internal { namespace Filter { /** - \brief Custom predefined Crosssmooth filter. + \brief Custom predefined Cross-smooth filter. Smooth the outside of shapes and pictures. @@ -45,8 +48,8 @@ public: static void init (void) { Inkscape::Extension::build_from_mem( "\n" - "" N_("Cross-smooth, custom -EXP-") "\n" - "org.inkscape.effect.filter.Crosssmooth\n" + "" N_("Cross-smooth, custom (morphology)") "\n" + "org.inkscape.effect.filter.crosssmooth\n" "\n" "<_item value=\"edges\">Smooth edges\n" "<_item value=\"all\">Smooth all\n" @@ -84,7 +87,7 @@ Crosssmooth::get_filter_text (Inkscape::Extension::Extension * ext) } _filter = g_strdup_printf( - "\n" + "\n" "\n" "\n" "\n"