diff --git a/src/qtgui/winschedtool.cpp b/src/qtgui/winschedtool.cpp index f7a31394..fec775bb 100644 --- a/src/qtgui/winschedtool.cpp +++ b/src/qtgui/winschedtool.cpp @@ -50,7 +50,7 @@ void WinSchedToolW::init() if (!path_exists(batchfile)) { FILE *fp = fopen(batchfile.c_str(), "w"); - fprintf(fp, "%s -c %s\n", recollindex.c_str(), + fprintf(fp, "\"%s\" -c \"%s\"\n", recollindex.c_str(), theconfig->getConfDir().c_str()); fclose(fp); } @@ -62,8 +62,7 @@ void WinSchedToolW::init() "(Create task in the menu on the right), or the simplified " "Create Basic task wizard. In both cases Copy/Paste the " "batch file path listed below as the Action to be performed." - "Once created, you will find your task in the WPD section " - "of the task library.
" + "" ); blurb.append("").append(u8s2qs(batchfile)).append("
"); diff --git a/src/qtgui/winschedtool.ui b/src/qtgui/winschedtool.ui index 792b80cd..59a6b9b0 100644 --- a/src/qtgui/winschedtool.ui +++ b/src/qtgui/winschedtool.ui @@ -7,7 +7,7 @@