// =========================================================================== // 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 "Include objects driven by clip" m_teGhostFunctions.kCTEDefaultGhostLabel; displayString -replace -value "Apply" m_teGhostFunctions.kCTEGhostDialogApplyLabel; displayString -replace -value "Close" m_teGhostFunctions.kCTEGhostDialogCloseLabel; displayString -replace -value "Add with Children" m_teGhostFunctions.kCTEUserDefinedGhostAddChildrenLabel; displayString -replace -value "Add" m_teGhostFunctions.kCTEUserDefinedGhostAddSelectedLabel; displayString -replace -value "Objects to be used for ghosting" m_teGhostFunctions.kCTEUserDefinedGhostLabel; displayString -replace -value "Remove" m_teGhostFunctions.kCTEUserDefinedGhostRemoveSelectedLabel; displayString -replace -value "User-Defined Ghost" m_teGhostFunctions.kCTEUserDefinedGhostWindowTitle;