Qt4 porting: fix SIGSEGV on Renumbering dialog activation.

This commit is contained in:
mkr 2008-03-20 08:56:48 +00:00
parent 27aae352dc
commit b2e2ef901d

View File

@ -92,7 +92,7 @@ SMESHGUI_RenumberingDlg::SMESHGUI_RenumberingDlg( SMESHGUI* theModule, const int
SMESHGUI_RenumberingDlgLayout->setMargin(MARGIN);
/***************************************************************/
QGroupBox* GroupConstructors = new QGroupBox(unit == 0 ?
GroupConstructors = new QGroupBox(unit == 0 ?
tr("SMESH_NODES") :
tr("SMESH_ELEMENTS"),
this);