diff -r 7eb4e5529c82 -r 3f90aab4794d exports.cpp --- a/exports.cpp Mon Jan 14 16:26:59 2008 +0000 +++ b/exports.cpp Mon Jul 14 11:25:09 2008 +0000 @@ -185,9 +185,8 @@ if (!bo->getNote().isEmpty()) { curIndent +=" | "; - s =curIndent + bo->getNoteASCII( curIndent, 80); - s=s.replace ("\n","\n"+curIndent); - ts << QString (s+"\n"); + s=bo->getNoteASCII( curIndent, 80); + ts << s; } } bo=model->next(bo);