Added brasilian translation by Amadeu Júnior
authorinsilmaril
Fri, 01 Feb 2008 15:28:35 +0000
changeset 66651c69652a9d0
parent 665 a7db20d79c32
child 667 1eb1c030c3ae
Added brasilian translation by Amadeu Júnior
xml-freemind.cpp
     1.1 --- a/xml-freemind.cpp	Fri Feb 01 15:28:35 2008 +0000
     1.2 +++ b/xml-freemind.cpp	Fri Feb 01 15:28:35 2008 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  #include "version.h"
     1.5  
     1.6  static BranchObj *lastBranch;
     1.7 -static FloatObj *lastFloat;
     1.8 +//static FloatObj *lastFloat;
     1.9  static OrnamentedObj *lastOO;
    1.10  
    1.11  extern Settings settings;
    1.12 @@ -67,6 +67,7 @@
    1.13  				   "saved using freemind " +atts.value("version")+". "
    1.14  				   "The version of this vym can parse freemind " + v +"."); 
    1.15  		}
    1.16 +		cout <<"model="<<model<<"   first="<<model->first()<<endl;
    1.17  		model->first()->addBranch();
    1.18  		lastBranch=model->first()->getLastBranch();
    1.19  		lastBranch->move2RelPos (200,0);
    1.20 @@ -199,7 +200,7 @@
    1.21      return true;
    1.22  }
    1.23  
    1.24 -bool parseFreemindHandler::endElement  ( const QString&, const QString&, const QString &eName)
    1.25 +bool parseFreemindHandler::endElement  ( const QString&, const QString&, const QString&)
    1.26  {
    1.27  	/* Testing
    1.28  	cout << "endElement </" <<qPrintable(eName)