// =========================================================================== // 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 "// Activated ^1s clips.\n" m_doActivateClipArgList.kActivated; displayString -replace -value "// Deactivated ^1s clips.\n" m_doActivateClipArgList.kDeactivated; displayString -replace -value "Must select a clip." m_doActivateClipArgList.kMustSelectClip; displayString -replace -value "Select the clip to activate keys." m_doActivateClipArgList.kSelectClipActivate; displayString -replace -value "Select the clip to deactivate keys." m_doActivateClipArgList.kSelectClipDeactivate; displayString -replace -value "// Toggled ^1s clips.\n" m_doActivateClipArgList.kToggled;