]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshReader.cxx
Widgets 4/6: it compiles on windows.
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshReader.cxx
index e6bba2bd4045ef4e3d2fb2df571ebf7042ae4e5d..2585a734eb73e16b4be5c45489a61737ccab9483 100644 (file)
@@ -25,8 +25,8 @@ ExecConfigurationDialog( QWidget* parent )
   {
     this->m_Parameters = this->m_DefaultParameters;
     QStringList names = dialog.selectedFiles( );
-    this->m_Parameters.AddValueToStringList(
-      "FileNames", names[ 0 ].toStdString( )
+    this->m_Parameters.SetValueAsString(
+      "FileName", names[ 0 ].toStdString( )
       );
 
     /* TODO