summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMike Pittman <thepittos@yahoo.com.au>2008-04-29 12:50:31 +0000
committerozmikepittman <ozmikepittman@users.sourceforge.net>2008-04-29 12:50:31 +0000
commite3df34083532bb69be2d418fcecc0857bd94a055 (patch)
tree93f498c685b6bc622b2074e013f89c7e0142fc6e /src/main.cpp
parenteol-style to native (diff)
downloadinkscape-e3df34083532bb69be2d418fcecc0857bd94a055.tar.gz
inkscape-e3df34083532bb69be2d418fcecc0857bd94a055.zip
Uniconvertor import extension changes for Win32 - Fixes LP# 197617
(bzr r5546)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bf1662c31..eafa07c53 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -440,6 +440,8 @@ static int _win32_set_inkscape_env(char *argv0)
tmp += szFullPath;
tmp += "python;";
tmp += szFullPath;
+ tmp += "python\\Scripts;"; // for uniconv.cmd
+ tmp += szFullPath;
tmp += "perl";
if(oldenv != NULL) {
tmp += ";";