diff -r 7eb4e5529c82 -r 893ade52524b exports.cpp --- a/exports.cpp Mon Jan 14 16:26:59 2008 +0000 +++ b/exports.cpp Wed May 14 14:11:33 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);