Integrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI

This commit is contained in:
imn 2013-11-26 10:15:18 +00:00
parent 608b1a194b
commit 33d8a195b4
3 changed files with 11 additions and 12 deletions

View File

@ -141,13 +141,6 @@ bool SMESHGUI_MeshOp::onApply()
SUIT_MessageBox::warning( myDlg, tr( "SMESH_WRN_WARNING" ), aMess );
return false;
}
/* else if ( aMess == tr( "GEOMETRY_OBJECT_IS_NOT_DEFINED" ) || aMess == tr( "GEOMETRY_OBJECT_IS_NULL" ) )
{
dlg()->show();
if ( SUIT_MessageBox::warning( myDlg, tr( "SMESH_WRN_WARNING" ), aMess,
SUIT_MessageBox::Yes, SUIT_MessageBox::No ) == SUIT_MessageBox::No )
return false;
}*/
bool aResult = false;
aMess = "";

View File

@ -6000,11 +6000,14 @@ Please specify them and try again</translation>
<message>
<source>GEOMETRY_OBJECT_IS_NOT_DEFINED</source>
<translation>Geometry object is not defined
Please specify it and try again</translation>
Do you want to create empty mesh
without algorithm&apos;s and hypothesis? </translation>
</message>
<message>
<source>GEOMETRY_OBJECT_IS_NULL</source>
<translation>Geometry object is null</translation>
<translation>Geometry object is null
Do you want to create empty mesh
without algorithm&apos;s and hypothesis? </translation>
</message>
<message>
<source>HYPOTHESES_AND_ALGORITHMS_ARE_NOT_DEFINED</source>

View File

@ -5993,12 +5993,15 @@ Voulez-vous éditer ce sous-maillage?</translation>
</message>
<message>
<source>GEOMETRY_OBJECT_IS_NOT_DEFINED</source>
<translation>L&apos;objet géométrique n&apos;est pas défini
Indiquez-le et essayez de nouveau</translation>
<translation type="unfinished">Geometry object is not defined
Do you want to create empty mesh
without algorithm&apos;s and hypothesis? </translation>
</message>
<message>
<source>GEOMETRY_OBJECT_IS_NULL</source>
<translation>L&apos;objet géométrique est nul</translation>
<translation type="unfinished">Geometry object is null
Do you want to create empty mesh
without algorithm&apos;s and hypothesis? </translation>
</message>
<message>
<source>HYPOTHESES_AND_ALGORITHMS_ARE_NOT_DEFINED</source>