Salome HOME
Porting to Qt4.
[modules/geom.git] / src / BasicGUI / BasicGUI_VectorDlg.cxx
index c8acfeb52393c04a4ede01031700fdbf10441786..b47d71d82ea557acd7565e4705c7270ca49f523d 100644 (file)
@@ -163,7 +163,7 @@ void BasicGUI_VectorDlg::Init()
   connect(((SalomeApp_Application*)(SUIT_Session::session()->activeApplication()))->selectionMgr(), 
          SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
 
-  initName( tr("GEOM_VECTOR").toStdString().c_str() );
+  initName( tr("GEOM_VECTOR").toLatin1().constData() );
 
   GroupDimensions->hide();
   ConstructorsClicked( 0 );