// =========================================================================== // 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 "Invalid reference specified in proxyActivate, aborting\n" m_proxyActivate.kInvalidReference; displayString -replace -value "More than one active proxy found for ^1s \n" m_proxyActivate.kMoreThanOneProxy; displayString -replace -value "Active proxy for ^1s was invalid\n" m_proxyActivate.kProxyInvalid; displayString -replace -value "Active proxy for ^1s not found\n" m_proxyActivate.kProxyNotFound; displayString -replace -value "The reference ^1s is not a proxy\n" m_proxyActivate.kReferenceNotAProxy;