diff -r 544a64d7cbac -r de97201180ea mapeditor.cpp --- a/mapeditor.cpp Tue Jan 24 15:09:49 2006 +0000 +++ b/mapeditor.cpp Wed Jan 25 09:04:00 2006 +0000 @@ -1147,9 +1147,8 @@ { ExportOO ex; ex.setPath (fn); - ex.setConfigFile(cf); ex.setMapCenter(mapCenter); - ex.exportPresentation(); + if (ex.setConfigFile(cf)) ex.exportPresentation(); }