summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2017-01-22 17:23:34 +0000
committerJazzyNico <nicoduf@yahoo.fr>2017-01-22 17:23:34 +0000
commit2975cae69ee6b1b35dc586e908fc6679ce165938 (patch)
treed2ce43532b7d6b3084e9c6206f1c0203d0f8bb97
parenti18n. Fixing gettext initialization in the Uniconvertor related extensions. (diff)
downloadinkscape-2975cae69ee6b1b35dc586e908fc6679ce165938.tar.gz
inkscape-2975cae69ee6b1b35dc586e908fc6679ce165938.zip
i18n. Fixing gettext initialization in the HPGL related extensions.
(bzr r15431)
-rwxr-xr-xshare/extensions/hpgl_input.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/extensions/hpgl_input.py b/share/extensions/hpgl_input.py
index 2b275cbf8..13d6d00ec 100755
--- a/share/extensions/hpgl_input.py
+++ b/share/extensions/hpgl_input.py
@@ -26,6 +26,8 @@ import hpgl_decoder
import inkex
import sys
+inkex.localize()
+
# parse options
parser = inkex.optparse.OptionParser(usage='usage: %prog [options] HPGLfile', option_class=inkex.InkOption)
parser.add_option('--resolutionX', action='store', type='float', dest='resolutionX', default=1016.0, help='Resolution X (dpi)')