From 8374f01623c70c975e57264c219effb594e92aa3 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 9 Feb 2018 22:47:53 +0300 Subject: [PATCH] Typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/16816690 --- doc/salome/gui/GEOM/input/creating_lcs.doc | 2 +- src/MeasureGUI/MeasureGUI_FastCheckIntersectionsDlg.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/salome/gui/GEOM/input/creating_lcs.doc b/doc/salome/gui/GEOM/input/creating_lcs.doc index 140c05c24..79991586a 100644 --- a/doc/salome/gui/GEOM/input/creating_lcs.doc +++ b/doc/salome/gui/GEOM/input/creating_lcs.doc @@ -9,7 +9,7 @@ To create a Local Coordinate System in the Main Menu select New \n TUI command: geompy.MakeMarker(OX, OY, OZ, XDX, XDY, XDZ, YDX, YDY, YDZ), where OX, OY, OZ are coordinates of the origin of LCS, XDX, XDY, XDZ is a vector of OX direction of the LCS and YDX, -YDY, YDZ is a a vector of OY direction of the LCS. +YDY, YDZ is a vector of OY direction of the LCS. \n Arguments: Name + Coordinates of origin, X axis direction, Y axis direction. \image html neo-localcs1.png diff --git a/src/MeasureGUI/MeasureGUI_FastCheckIntersectionsDlg.cxx b/src/MeasureGUI/MeasureGUI_FastCheckIntersectionsDlg.cxx index bce0e8829..2e7022767 100644 --- a/src/MeasureGUI/MeasureGUI_FastCheckIntersectionsDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_FastCheckIntersectionsDlg.cxx @@ -413,10 +413,10 @@ void MeasureGUI_FastCheckIntersectionsDlg::SetEditCurrentArgument() // function : OnGaps() // purpose : //================================================================================= -void MeasureGUI_FastCheckIntersectionsDlg::OnGaps(bool cheked) +void MeasureGUI_FastCheckIntersectionsDlg::OnGaps(bool checked) { clear(); - myTolerance->setEnabled(cheked); + myTolerance->setEnabled(checked); } //================================================================================= // function : SelectionIntoArgument -- 2.30.2