Salome HOME
Porting to Qt4.
[modules/geom.git] / src / BasicGUI / BasicGUI_MarkerDlg.cxx
index d77a68a95b425d34168f72d2ce98df19d9a7f142..ab50fb33b56773224f915c42069018eeedf60999 100644 (file)
@@ -200,7 +200,7 @@ void BasicGUI_MarkerDlg::Init()
   connect(((SalomeApp_Application*)(SUIT_Session::session()->activeApplication()))->selectionMgr(),
           SIGNAL( currentSelectionChanged() ), this, SLOT( onSelectionDone() ) );
 
-  initName( tr( "LCS_NAME" ).toStdString().c_str() );
+  initName( tr( "LCS_NAME" ).toLatin1().constData() );
 
   SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
   double step = resMgr->doubleValue( "Geometry", "SettingsGeomStep", 100);