// =========================================================================== // 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 "For Maya only" m_createSuitesInteractionModeDialog.kForMaya; displayString -replace -value "For Maya only" m_createSuitesInteractionModeDialog.kForMayaOnly; displayString -replace -value "For the Suite" m_createSuitesInteractionModeDialog.kForSuite; displayString -replace -value "For the Suite" m_createSuitesInteractionModeDialog.kForTheSuite; displayString -replace -value "For the Suite (except Maya)" m_createSuitesInteractionModeDialog.kForTheSuiteExceptMaya; displayString -replace -value "3ds Max" m_createSuitesInteractionModeDialog.kMax; displayString -replace -value "Maya" m_createSuitesInteractionModeDialog.kMaya; displayString -replace -value "OK" m_createSuitesInteractionModeDialog.kOk; displayString -replace -value "Set my mouse and keyboard interaction to:" m_createSuitesInteractionModeDialog.kSetInteractionTo;