mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Integrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
This commit is contained in:
parent
608b1a194b
commit
33d8a195b4
@ -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 = "";
|
||||
|
@ -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'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's and hypothesis? </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>HYPOTHESES_AND_ALGORITHMS_ARE_NOT_DEFINED</source>
|
||||
|
@ -5993,12 +5993,15 @@ Voulez-vous éditer ce sous-maillage?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOMETRY_OBJECT_IS_NOT_DEFINED</source>
|
||||
<translation>L'objet géométrique n'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's and hypothesis? </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOMETRY_OBJECT_IS_NULL</source>
|
||||
<translation>L'objet géométrique est nul</translation>
|
||||
<translation type="unfinished">Geometry object is null
|
||||
Do you want to create empty mesh
|
||||
without algorithm's and hypothesis? </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>HYPOTHESES_AND_ALGORITHMS_ARE_NOT_DEFINED</source>
|
||||
|
Loading…
Reference in New Issue
Block a user