diff -r e4d3a9313d04 -r 4f305c07dd7c mapeditor.cpp --- a/mapeditor.cpp Mon Mar 30 07:50:51 2009 +0000 +++ b/mapeditor.cpp Thu Apr 02 09:57:36 2009 +0000 @@ -301,7 +301,7 @@ mapAttr+= attribut("author",model->getAuthor()) + attribut("comment",model->getComment()) + attribut("date",model->getDate()) + - attribut("countBranches", QString().number(model->countBranches())) + + attribut("branchCount", QString().number(model->countBranches())) + attribut("backgroundColor", mapScene->backgroundBrush().color().name() ) + attribut("selectionColor", xelection.getColor().name() ) +