]> Creatis software - cpPlugins.git/commitdiff
Little typo updated.
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 5 Oct 2015 02:12:32 +0000 (21:12 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 5 Oct 2015 02:12:32 +0000 (21:12 -0500)
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