Salome HOME
Suivi de frontières 2D sur des cônes (suite)
[modules/homard.git] / src / HOMARDGUI / MonMeshInfo.cxx
index ffffad6e62d455621f4d163ba69e76ae734d16a0..d6b665312f3f56dc22d0e73e310e4097cd7fc4a8 100644 (file)
@@ -150,7 +150,7 @@ bool MonMeshInfo::PushOnApply()
     catch( SALOME::SALOME_Exception& S_ex )
     {
       QMessageBox::critical( 0, QObject::tr("HOM_ERROR"),
-                                QString(CORBA::string_dup(S_ex.details.text)) );
+                                QObject::tr(CORBA::string_dup(S_ex.details.text)) );
       return false;
     }
   }