// =========================================================================== // 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 "Channel Box Manipulator" m_toolPropertyWindow1.kChannelBoxManipulator; displayString -replace -value "Close" m_toolPropertyWindow1.kClose; displayString -replace -value "Obsolete procedure" m_toolPropertyWindow1.kObsoleteProcedure; displayString -replace -value "The procedure \"toolPropertyWinSetCommon\" is obsolete.\nPlease use \"toolPropertySetCommon\" instead.\n" m_toolPropertyWindow1.kPrintMessage; displayString -replace -value "Reset Tool" m_toolPropertyWindow1.kResetTool; displayString -replace -value "Tool Help" m_toolPropertyWindow1.kToolHelp; displayString -replace -value "Tools" m_toolPropertyWindow1.kTools;