Commit 326fa716 authored by claes's avatar claes

Classvolume xtthelp documentation moved to pwrp_exe

parent 809a8714
...@@ -3734,7 +3734,7 @@ static int wnav_create_func( void *client_data, ...@@ -3734,7 +3734,7 @@ static int wnav_create_func( void *client_data,
} }
// Create xtt help-files // Create xtt help-files
sprintf( cmd, "co_convert -xv -d $pwrp_inc/ %s", filenamestr); sprintf( cmd, "co_convert -xv -d $pwrp_exe/ %s", filenamestr);
sts = system( cmd); sts = system( cmd);
if ( sts != 0) { if ( sts != 0) {
wnav->message('E', "Conversion error, see terminal window for more information"); wnav->message('E', "Conversion error, see terminal window for more information");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment