]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshWriter.cxx
Kind of bored: graph editor debugged
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshWriter.cxx
index 13531a5590617b4595ff81e79d414107499d7667..e3408b25d6b75d68a706f698c4f51f565316e35b 100644 (file)
@@ -49,8 +49,7 @@ MeshWriter( )
   : Superclass( )
 {
   this->_AddInput( "Input" );
-
-  this->m_Parameters->ConfigureAsString( "FileName", "" );
+  this->m_Parameters->ConfigureAsString( "FileName" );
 }
 
 // -------------------------------------------------------------------------