# HG changeset patch # User insilmaril # Date 1200498320 0 # Node ID d0e047b8d412ef51324ee53190087bd211e48fbf # Parent b582bba9e312b0f880e8200a14cb55f3da204699 Fixed missing MapCenter diff -r b582bba9e312 -r d0e047b8d412 demos/vym-projectplan.vym Binary file demos/vym-projectplan.vym has changed diff -r b582bba9e312 -r d0e047b8d412 vymmodel.cpp --- a/vymmodel.cpp Wed Jan 16 15:45:19 2008 +0000 +++ b/vymmodel.cpp Wed Jan 16 15:45:20 2008 +0000 @@ -23,6 +23,7 @@ void VymModel::init () { + addMapCenter(); } void VymModel::setMapEditor(MapEditor *me) diff -r b582bba9e312 -r d0e047b8d412 xml-freemind.cpp --- a/xml-freemind.cpp Wed Jan 16 15:45:19 2008 +0000 +++ b/xml-freemind.cpp Wed Jan 16 15:45:20 2008 +0000 @@ -46,11 +46,11 @@ { QColor col; /* Testing - cout << "startElement <"<< eName.ascii() + cout << "startElement <"<< qPrintable(eName) <<"> state="< state=" < state="< state=" <start(xsltprocessor,args); if (!xsltProc->waitForStarted() )