]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_RotationDlg.cxx
Salome HOME
Fix output formatting of Cleaner and SurfOpt plugins so that new lines are printed
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RotationDlg.cxx
index d647c024488a53d2c7799a1314705e3d5933cb4f..a51154659b37771eb6bb10ab957d4c6ec20b7b71 100644 (file)
@@ -287,7 +287,7 @@ SMESHGUI_RotationDlg::SMESHGUI_RotationDlg( SMESHGUI* theModule ) :
   myMeshOrSubMeshOrGroupFilter =
     new SMESH_LogicalFilter (aListOfFilters, SMESH_LogicalFilter::LO_OR);
 
-  myHelpFileName = "rotation_page.html";
+  myHelpFileName = "rotation.html";
 
   Init();
 
@@ -635,7 +635,7 @@ void SMESHGUI_RotationDlg::onTextChange (const QString& theNewText)
   buttonOk->setEnabled(false);
   buttonApply->setEnabled(false);
 
-  // hilight entered elements
+  // highlight entered elements
   SMDS_Mesh* aMesh = 0;
   if (myActor)
     aMesh = myActor->GetObject()->GetMesh();