// =========================================================================== // 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 "All" m_performUntrim.kAll; displayString -replace -value "Auto completion" m_performUntrim.kAuto; displayString -replace -value "Exit on completion" m_performUntrim.kExit; displayString -replace -value "Keep original" m_performUntrim.kKeepOriginal; displayString -replace -value "Last" m_performUntrim.kLast; displayString -replace -value "Tool behavior:" m_performUntrim.kToolBehavior; displayString -replace -value "Untrim" m_performUntrim.kUntrim; displayString -replace -value "Untrim:" m_performUntrim.kUntrimOption; displayString -replace -value "Untrim Options" m_performUntrim.kUntrimTitle; displayString -replace -value "Untrim Tool" m_performUntrim.kUntrimTool; displayString -replace -value "Untrim Tool Options" m_performUntrim.kUntrimToolTitle;