mapeditor.cpp
changeset 437 918417b015e0
parent 434 c585be63ec69
child 442 dfbc371b7280
     1.1 --- a/mapeditor.cpp	Wed Mar 21 11:51:38 2007 +0000
     1.2 +++ b/mapeditor.cpp	Wed Mar 21 11:51:38 2007 +0000
     1.3 @@ -3251,7 +3251,7 @@
     1.4  	}
     1.5  }
     1.6  
     1.7 -void MapEditor::setIncludeImagesVer(bool b)	// FIXME missing saveState
     1.8 +void MapEditor::setIncludeImagesVer(bool b)	
     1.9  {
    1.10  	BranchObj *bo=xelection.getBranch();
    1.11  	if (bo)
    1.12 @@ -3271,7 +3271,7 @@
    1.13  	}	
    1.14  }
    1.15  
    1.16 -void MapEditor::setIncludeImagesHor(bool b)	// FIXME missing saveState
    1.17 +void MapEditor::setIncludeImagesHor(bool b)	
    1.18  {
    1.19  	BranchObj *bo=xelection.getBranch();
    1.20  	if (bo)