diff options
| author | Jabiertxof <jtx@jtx> | 2017-01-24 14:17:37 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-01-24 14:17:37 +0000 |
| commit | 6065dda92002a05f31d58ce373bbcccdbe761907 (patch) | |
| tree | 376d1a771f47d66b714ed28cd3563f3d9ad838b4 /share/extensions | |
| parent | fixing to new trunk (diff) | |
| parent | Fix a translation bug in rotate copies LPE (diff) | |
| download | inkscape-6065dda92002a05f31d58ce373bbcccdbe761907.tar.gz inkscape-6065dda92002a05f31d58ce373bbcccdbe761907.zip | |
Update to trunk
(bzr r15142.1.39)
Diffstat (limited to 'share/extensions')
| -rwxr-xr-x | share/extensions/uniconv-ext.py | 2 | ||||
| -rwxr-xr-x | share/extensions/uniconv_output.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/uniconv-ext.py b/share/extensions/uniconv-ext.py index 6ce0d7fab..876cc4642 100755 --- a/share/extensions/uniconv-ext.py +++ b/share/extensions/uniconv-ext.py @@ -55,7 +55,7 @@ if cmd == None: inkex.errormsg(_('You need to install the UniConvertor software.\n'+\ 'For GNU/Linux: install the package python-uniconvertor.\n'+\ 'For Windows: download it from\n'+\ - 'http://sk1project.org/modules.php?name=Products&product=uniconvertor\n'+\ + 'https://sk1project.net/modules.php?name=Products&product=uniconvertor&op=download\n'+\ 'and install into your Inkscape\'s Python location\n')) sys.exit(1) cmd = 'python -c "import uniconvertor; uniconvertor.uniconv_run()"' diff --git a/share/extensions/uniconv_output.py b/share/extensions/uniconv_output.py index a02a16d95..de6b6409f 100755 --- a/share/extensions/uniconv_output.py +++ b/share/extensions/uniconv_output.py @@ -122,7 +122,7 @@ def get_command(): inkex.errormsg(_('You need to install the UniConvertor software.\n'+\ 'For GNU/Linux: install the package python-uniconvertor.\n'+\ 'For Windows: download it from\n'+\ - 'http://sk1project.org/modules.php?name=Products&product=uniconvertor\n'+\ + 'https://sk1project.net/modules.php?name=Products&product=uniconvertor&op=download\n'+\ 'and install into your Inkscape\'s Python location\n')) sys.exit(1) cmd = 'python -c "import uniconvertor; uniconvertor.uniconv_run();"' |
