IPAL18573

This commit is contained in:
asl 2008-01-23 13:10:50 +00:00
parent 6db9617375
commit 295a129b26

View File

@ -789,7 +789,7 @@ bool GEOMBase_Helper::onAccept( const bool publish, const bool useTransaction )
if ( aName.isEmpty() ) if ( aName.isEmpty() )
aName = GEOMBase::GetDefaultName( getPrefix( *it ) ); aName = GEOMBase::GetDefaultName( getPrefix( *it ) );
} }
addInStudy( *it, aName.toLatin1() ); addInStudy( *it, aName.toLatin1().constData() );
// updateView=false // updateView=false
display( *it, false ); display( *it, false );
} }