X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.C;h=d55633b0d30077970bab2c1cd945a0ba5495a20a;hb=f5fbef2d8f3fde203fc04626856c2578ce1d3103;hp=b0669b24083aa04f1144c81d552ebbea0ebaf8fc;hpb=254b3cf67c7fbae6ae978634e34206e1aa062034;p=lyx.git diff --git a/src/converter.C b/src/converter.C index b0669b2408..d55633b0d3 100644 --- a/src/converter.C +++ b/src/converter.C @@ -306,7 +306,7 @@ bool Converters::convert(Buffer const * buffer, quoteName(to_ext + ':' + to_file); lyxerr[Debug::FILES] << "No converter defined! " - "I use convertDefault.sh:\n\t" + "I use convertDefault.py:\n\t" << command << endl; Systemcall one; one.startscript(Systemcall::Wait, command);