diff options
| author | kamalpreetgrewal <grewalkamal005@gmail.com> | 2016-06-11 18:15:31 +0000 |
|---|---|---|
| committer | kamalpreetgrewal <grewalkamal005@gmail.com> | 2016-06-11 18:15:31 +0000 |
| commit | 2812b3b48e957471cfd35ac35e6969c2d4bab976 (patch) | |
| tree | c487e4a721d6f1ccb3421aaa6a239e2bf50f7b47 /src/extension/internal/bitmap/threshold.cpp | |
| parent | Merge changes from trunk (diff) | |
| parent | Extensions: Use underscored variants of parameters / attribute names in inter... (diff) | |
| download | inkscape-2812b3b48e957471cfd35ac35e6969c2d4bab976.tar.gz inkscape-2812b3b48e957471cfd35ac35e6969c2d4bab976.zip | |
Merge changes from trunk
(bzr r14949.1.11)
Diffstat (limited to 'src/extension/internal/bitmap/threshold.cpp')
| -rw-r--r-- | src/extension/internal/bitmap/threshold.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/bitmap/threshold.cpp b/src/extension/internal/bitmap/threshold.cpp index 0db0f7749..9f10b2c42 100644 --- a/src/extension/internal/bitmap/threshold.cpp +++ b/src/extension/internal/bitmap/threshold.cpp @@ -37,7 +37,7 @@ Threshold::init(void) // TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-threshold.html "<name>" N_("Threshold") "</name>\n" "<id>org.inkscape.effect.bitmap.threshold</id>\n" - "<param name=\"threshold\" gui-text=\"" N_("Threshold:") "\" type=\"float\" min=\"-100.0\" max=\"100.0\"></param>\n" + "<param name=\"threshold\" _gui-text=\"" N_("Threshold:") "\" type=\"float\" min=\"-100.0\" max=\"100.0\"></param>\n" "<effect>\n" "<object-type>all</object-type>\n" "<effects-menu>\n" |
