Salome HOME
refs #1824
authorisn <isn@opencascade.com>
Wed, 19 Sep 2018 16:22:51 +0000 (19:22 +0300)
committerisn <isn@opencascade.com>
Wed, 19 Sep 2018 16:24:50 +0000 (19:24 +0300)
Signed-off-by: isn <isn@opencascade.com>
src/HYDROGUI/HYDROGUI_Operations.cxx
src/HYDROGUI/resources/HYDROGUI_msg_en.ts

index 82402e07bd659dea1da3ea3a903b0994ea7637e7..cf5d70f819c6374412437608ecd18ea27f427953 100644 (file)
@@ -282,6 +282,7 @@ void HYDROGUI_Module::createMenus()
   
   createMenu( ImportBathymetryId, aHydroId, -1, -1 );
   createMenu( ImportStricklerTableFromFileId, aHydroId, -1, -1 );
+  createMenu( ImportBCPolygonId, aHydroId, -1, -1 );
   createMenu( CreatePolyline3DId, aHydroId, -1, -1 );
   createMenu( CreateImmersibleZoneId, aHydroId, -1, -1 );
   createMenu( CreateChannelId, aHydroId, -1, -1 );
index 2eb1150f9719b012d42c3840e4c2a885258ef88a..d725e9c1fb9d47b03ebedbed109e3b6d47c81c27 100644 (file)
@@ -1660,6 +1660,10 @@ Would you like to remove all references from the image?</translation>
       <source>STB_DUPLICATE_STRICKLER_TABLE</source>
       <translation>Duplicate Strickler table</translation>
     </message>
+    <message>
+      <source>STB_IMPORT_BC_POLYGON</source>
+      <translation>Import boundary polygons</translation>
+    </message>
     <message>
       <source>STB_CREATE_LAND_COVER_MAP</source>
       <translation>Create land cover map</translation>