Salome HOME
Fix for the bug #42: point C is not activated, but point C is shown in preview in...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImmersibleZoneOp.cxx
index 56ef1cd39b83f9671091b1496d4c4aaff64850a9..2059057f492970c48311140ab3c68ce7f1cc2222 100644 (file)
@@ -69,7 +69,7 @@ void HYDROGUI_ImmersibleZoneOp::startOperation()
 
   aPanel->reset();
 
-  QString anObjectName = HYDROGUI_Tool::GenerateObjectName( module(), "Zone" );
+  QString anObjectName = HYDROGUI_Tool::GenerateObjectName( module(), tr( "DEFAULT_IMMERSIBLE_ZONE_NAME" ) );
 
   QColor      aFillingColor( HYDROData_ImmersibleZone::DefaultFillingColor() );
   QColor      aBorderColor( HYDROData_ImmersibleZone::DefaultBorderColor() );