Salome HOME
getting nb of intersections (non-gui) + add of profiles of stream to tree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_RiverBottomDlg.cxx
index 2ca6d905b6a74ea417063a852a74352614e5bbe9..55418b2b81ea0702dfa671b428d46a794acd8c89 100644 (file)
@@ -71,7 +71,7 @@ QString HYDROGUI_RiverBottomDlg::getRiverName() const
 
 void HYDROGUI_RiverBottomDlg::setRiverName( const QString& theName )
 {
-    myRivers->setSectedObject( theName );
+    myRivers->setSelectedObject( theName );
 }
 
 bool HYDROGUI_RiverBottomDlg::isOk( const Handle(HYDROData_Entity)& theEntity ) const