diff -r 1973a58f3900 -r d0086df58648 exports.cpp --- a/exports.cpp Thu Apr 10 19:56:11 2008 +0000 +++ b/exports.cpp Mon May 05 13:46:42 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);