Salome HOME
patch for correct compilation after merge
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.cxx
index 2871e99214fc3687dca8eb6d66ab6d36a8b1830b..0de17dd44bae6ae28c799c1f9de0416b57e382ed 100644 (file)
@@ -680,7 +680,7 @@ void HYDROGUI_Module::contextMenuPopup( const QString& theClient,
 
       if ( anIsStream || anIsChannel || anIsDigue || anIsObstacle )
       {
-        theMenu->addAction( action( PolylineExtraction ) );
+        theMenu->addAction( action( PolylineExtractionId ) );
         theMenu->addSeparator();
       }