@@ -937,8 +937,8 @@ FSToolCompPose::FSToolCompPose()
937937 // Create a joint manipulator
938938 mManip = new FSManipRotateJoint (this );
939939
940- // Possibly create a selection rectangle tool if you want
941- // to be able to box-select joints or objects
940+ // Possibly create a selection rectangle tool if you want
941+ // to be able to box-select joints or objects
942942 // (same usage as LLToolCompRotate does)
943943 // mSelectRect = new LLToolSelectRect(this);
944944
@@ -1021,7 +1021,7 @@ void FSToolCompPose::pickCallback(const LLPickInfo& pick_info)
10211021bool FSToolCompPose::handleMouseUp (S32 x, S32 y, MASK mask)
10221022{
10231023 mMouseDown = false ;
1024- // The base LLToolComposite sets mCur->handleMouseUp(...)
1024+ // The base LLToolComposite sets mCur->handleMouseUp(...)
10251025 // and does other management
10261026 return LLToolComposite::handleMouseUp (x, y, mask);
10271027}
@@ -1167,7 +1167,7 @@ void FSToolCompPoseTranslate::pickCallback(const LLPickInfo& pick_info)
11671167bool FSToolCompPoseTranslate::handleMouseUp (S32 x, S32 y, MASK mask)
11681168{
11691169 mMouseDown = false ;
1170- // The base LLToolComposite sets mCur->handleMouseUp(...)
1170+ // The base LLToolComposite sets mCur->handleMouseUp(...)
11711171 // and does other management
11721172 return LLToolComposite::handleMouseUp (x, y, mask);
11731173}
0 commit comments