diff -r 451cab91e350 -r eda811e31b2e exports.cpp --- a/exports.cpp Tue Jan 31 15:56:28 2006 +0000 +++ b/exports.cpp Wed Feb 01 16:14:55 2006 +0000 @@ -304,7 +304,7 @@ } // Read section-template - if (!loadStringFromDisk (sectionTemplateFile,sectionTemplate)) + if (useSections && !loadStringFromDisk (sectionTemplateFile,sectionTemplate)) { QMessageBox::critical (0,QObject::tr("Critical Export Error"),QObject::tr("Could not read %1").arg(sectionTemplateFile)); return false;