]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARDGUI/MonCreateCase.cxx
Salome HOME
Suivi de frontières 2D sur des cônes (suite)
[modules/homard.git] / src / HOMARDGUI / MonCreateCase.cxx
index 1d9fafc5e6fa01ae33d6b625953f928f11749d8b..40e97c74d15008a98714b3d5c24ebbc5f2b1b5b0 100644 (file)
@@ -224,7 +224,7 @@ bool MonCreateCase::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)) );
       try
       {
           aCase = _myHomardGen->GetCase(_aCaseName.toStdString().c_str());
@@ -288,6 +288,7 @@ bool MonCreateCase::PushOnApply()
   }
 
   HOMARD_UTILS::updateObjBrowser();
+
   return true;
 }
 // ---------------------------