mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 09:38:33 +05:00
Qt4 porting: fix SIGSEGV on Renumbering dialog activation.
This commit is contained in:
parent
27aae352dc
commit
b2e2ef901d
@ -92,10 +92,10 @@ SMESHGUI_RenumberingDlg::SMESHGUI_RenumberingDlg( SMESHGUI* theModule, const int
|
||||
SMESHGUI_RenumberingDlgLayout->setMargin(MARGIN);
|
||||
|
||||
/***************************************************************/
|
||||
QGroupBox* GroupConstructors = new QGroupBox(unit == 0 ?
|
||||
tr("SMESH_NODES") :
|
||||
tr("SMESH_ELEMENTS"),
|
||||
this);
|
||||
GroupConstructors = new QGroupBox(unit == 0 ?
|
||||
tr("SMESH_NODES") :
|
||||
tr("SMESH_ELEMENTS"),
|
||||
this);
|
||||
myHelpFileName = unit == 0 ?
|
||||
"renumbering_nodes_and_elements_page.html#renumbering_nodes_anchor" :
|
||||
"renumbering_nodes_and_elements_page.html#renumbering_elements_anchor";
|
||||
|
Loading…
Reference in New Issue
Block a user