Escape for CreateProcess(), not cmd.exe
commitfaf83bee58e17bcfb1df86c7f21525993e194c03
authorOlly Betts <olly@survex.com>
Wed, 6 Jan 2016 11:20:03 +0000 (7 00:20 +1300)
committerOlly Betts <olly@survex.com>
Wed, 6 Jan 2016 11:20:03 +0000 (7 00:20 +1300)
tree4ca7c7ee3caf2145a0907c0cf1b69ba0b02b00e7
parent004b1c27275a12fe6acf85cecac651f56a42d8da
Escape for CreateProcess(), not cmd.exe

We now use wxProcess::Open() to run cavern, which uses wxExecute() which
uses CreateProcess().

And use wxExecute() not wxSystem() to start an editor, so that the
quoting needed there is the same as that needed for cavern.
src/aven.cc
src/cavernlog.cc