// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Back" m_buildOrthoLookthruMenu.kBack; displayString -replace -value "Bottom" m_buildOrthoLookthruMenu.kBottom; displayString -replace -value "Front" m_buildOrthoLookthruMenu.kFront; displayString -replace -value "Left" m_buildOrthoLookthruMenu.kLeft; displayString -replace -value "New" m_buildOrthoLookthruMenu.kNew; displayString -replace -value "Right" m_buildOrthoLookthruMenu.kRight; displayString -replace -value "Top" m_buildOrthoLookthruMenu.kTop;