exports.cpp
changeset 688 d0086df58648
parent 643 7eb4e5529c82
child 721 12958f987bcf
     1.1 --- a/exports.cpp	Thu Apr 10 19:56:11 2008 +0000
     1.2 +++ b/exports.cpp	Mon May 05 13:46:42 2008 +0000
     1.3 @@ -185,9 +185,8 @@
     1.4  			if (!bo->getNote().isEmpty())
     1.5  			{
     1.6  				curIndent +="  | ";
     1.7 -				s =curIndent + bo->getNoteASCII( curIndent, 80);
     1.8 -				s=s.replace ("\n","\n"+curIndent);
     1.9 -				ts << QString (s+"\n");
    1.10 +				s=bo->getNoteASCII( curIndent, 80);
    1.11 +				ts << s;
    1.12  			}
    1.13  		}
    1.14  		bo=model->next(bo);