summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-01-24 09:32:24 +0000
committerjabiertxof <info@marker.es>2017-01-24 09:32:24 +0000
commit7fecbddd1fb8b57f9c6efd3204645e33d9b38d09 (patch)
treece9f038347327a219b55fae5be1f6b30d91d1522 /share
parentRemove some code and make dependant of rotate copies (diff)
downloadinkscape-7fecbddd1fb8b57f9c6efd3204645e33d9b38d09.tar.gz
inkscape-7fecbddd1fb8b57f9c6efd3204645e33d9b38d09.zip
update to trunk
(bzr r15356.1.18)
Diffstat (limited to 'share')
-rwxr-xr-xshare/extensions/uniconv-ext.py2
-rwxr-xr-xshare/extensions/uniconv_output.py2
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();"'