From 135b2af2de0bddac7d98e2b03106eea5ed970a36 Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 13 Jun 2012 09:46:37 +0000 Subject: [PATCH] GUITHARE 2012-2014. Task 3.5: Cylindrical trihedron. --- src/VTKViewer/VTKViewer_Trihedron.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VTKViewer/VTKViewer_Trihedron.cxx b/src/VTKViewer/VTKViewer_Trihedron.cxx index 42a091b80..7872dd2aa 100755 --- a/src/VTKViewer/VTKViewer_Trihedron.cxx +++ b/src/VTKViewer/VTKViewer_Trihedron.cxx @@ -450,7 +450,7 @@ void VTKViewer_Trihedron::SetIsCylindrical(const bool theFlag) myAxis[1]->SetIsCircular(theFlag); myAxis[0]->SetLabelText(theFlag ? "R" : "X"); - myAxis[1]->SetLabelText(theFlag ? "O" : "Y"); // to do: replace "O" with THETA symbol + myAxis[1]->SetLabelText(theFlag ? "Q" : "Y"); // to do: replace "Q" with THETA symbol } /*! Set size of axes -- 2.39.2