Salome HOME
land cover object is removed from the data model
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index fc1908471cdb0f02706eae33be88150ebe904609..9264dfc3675ab47bb26655524909d85091eef2f0 100644 (file)
@@ -114,7 +114,7 @@ enum OperationId
   ExportSinusXId,
     
   ExportToShapeFileID,
-  ImportLandcoverId,
+  ImportLandCoverId,
 
   ImportStricklerTableFromFileId,
   ExportStricklerTableFromFileId,
@@ -124,11 +124,12 @@ enum OperationId
   CreateLandCoverId,
   EditLandCoverId,
 
+  PolylineExtractionId,
   SplitPolylinesId,
   MergePolylinesId,
 
   LandCoverScalarMapModeOnId,
-  LandCoverScalarMapModeOffId
+  LandCoverScalarMapModeOffId,
 };
 
 #endif