xml-vym.cpp
changeset 792 7d67be709091
parent 790 133e2ed6b9c5
child 795 6b0a5f4923d3
     1.1 --- a/xml-vym.cpp	Mon Sep 07 15:36:57 2009 +0000
     1.2 +++ b/xml-vym.cpp	Tue Sep 08 12:15:39 2009 +0000
     1.3 @@ -145,7 +145,7 @@
     1.4  		{
     1.5  			// Treat the found mapcenter as a branch 
     1.6  			// in an existing map
     1.7 -			BranchItem *bi=model->getSelectedBranch();	//FIXME-3 selection is no longer used here... //FIXME-2 really? we are adding to a map...
     1.8 +			BranchItem *bi=model->getSelectedBranch();	//FIXME-2 selection is no longer used here... 
     1.9  			if (bi)
    1.10  			{
    1.11  				lastBranch=bi;
    1.12 @@ -153,7 +153,7 @@
    1.13  				{
    1.14  					lastBranch=model->createBranch(lastBranch);
    1.15  				} //else
    1.16 -					//lastBranch->clear(); //FIXME-1 clear not really defined!
    1.17 +					//lastBranch->clear(); //FIXME-2 clear not really defined!
    1.18  			} else
    1.19  				// add mapCenter without parent
    1.20  				lastBranch=model->createMapCenter();