mapeditor.cpp
branchrelease-1-12-maintained
changeset 64 4f305c07dd7c
parent 63 e4d3a9313d04
child 65 a1f609eae872
     1.1 --- a/mapeditor.cpp	Mon Mar 30 07:50:51 2009 +0000
     1.2 +++ b/mapeditor.cpp	Thu Apr 02 09:57:36 2009 +0000
     1.3 @@ -301,7 +301,7 @@
     1.4  		mapAttr+= attribut("author",model->getAuthor()) +
     1.5  				  attribut("comment",model->getComment()) +
     1.6  			      attribut("date",model->getDate()) +
     1.7 -				  attribut("countBranches", QString().number(model->countBranches())) +
     1.8 +				  attribut("branchCount", QString().number(model->countBranches())) +
     1.9  
    1.10  		          attribut("backgroundColor", mapScene->backgroundBrush().color().name() ) +
    1.11  		          attribut("selectionColor", xelection.getColor().name() ) +