summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 08e7019)
raw | patch | inline | side by side (parent: 08e7019)
| author | gouldtj <gouldtj@users.sourceforge.net> | |
| Tue, 2 May 2006 05:25:39 +0000 (05:25 +0000) | ||
| committer | gouldtj <gouldtj@users.sourceforge.net> | |
| Tue, 2 May 2006 05:25:39 +0000 (05:25 +0000) |
Adding descriptions and scopes for the parameters.
| src/extension/internal/bluredge.cpp | patch | blob | history |
index cbfe906ee6b23f5c852d1d437602c0efb2574ca1..aa1e849b28e96ffba0061921bfcbf2f3a2be08f2 100644 (file)
"<inkscape-extension>\n"
"<name>" N_("Blur Edge") "</name>\n"
"<id>org.inkscape.effect.bluredge</id>\n"
- "<param name=\"blur-width\" gui-text=\"" N_("Blur Width") "\" type=\"float\" min=\"1.0\" max=\"50.0\">1.0</param>\n"
- "<param name=\"num-steps\" gui-text=\"" N_("Number of Steps") "\" type=\"int\" min=\"5\" max=\"100\">11</param>\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"
"<effect>\n"
"<object-type>all</object-type>\n"
"<effects-menu>\n"