summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2017-01-24 09:13:28 +0000
committerJazzyNico <nicoduf@yahoo.fr>2017-01-24 09:13:28 +0000
commitfac56d4edde603933e315d147d333764c51e9694 (patch)
tree8514ec2dfd1b8704e0dc250db21c4084a652fa12
parentmerge lp:~inkscape.dev/inkscape/mirror_improvements (diff)
downloadinkscape-fac56d4edde603933e315d147d333764c51e9694.tar.gz
inkscape-fac56d4edde603933e315d147d333764c51e9694.zip
[Bug #1658925] Incorrect SK1 link in Uniconvertor error messages.
Fixed bugs: - https://launchpad.net/bugs/1658925 (bzr r15439)
-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();"'