mapeditor.cpp
branchrelease-1-12-maintained
changeset 63 e4d3a9313d04
parent 62 85683324f94a
child 64 4f305c07dd7c
     1.1 --- a/mapeditor.cpp	Thu Mar 19 11:48:33 2009 +0000
     1.2 +++ b/mapeditor.cpp	Mon Mar 30 07:50:51 2009 +0000
     1.3 @@ -301,7 +301,6 @@
     1.4  		mapAttr+= attribut("author",model->getAuthor()) +
     1.5  				  attribut("comment",model->getComment()) +
     1.6  			      attribut("date",model->getDate()) +
     1.7 -			      attribut("date",model->getDate()) +
     1.8  				  attribut("countBranches", QString().number(model->countBranches())) +
     1.9  
    1.10  		          attribut("backgroundColor", mapScene->backgroundBrush().color().name() ) +