diff options
| author | Mike Pittman <thepittos@yahoo.com.au> | 2008-04-29 12:50:31 +0000 |
|---|---|---|
| committer | ozmikepittman <ozmikepittman@users.sourceforge.net> | 2008-04-29 12:50:31 +0000 |
| commit | e3df34083532bb69be2d418fcecc0857bd94a055 (patch) | |
| tree | 93f498c685b6bc622b2074e013f89c7e0142fc6e /src/main.cpp | |
| parent | eol-style to native (diff) | |
| download | inkscape-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.cpp | 2 |
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 += ";"; |
