// =========================================================================== // 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 "Don't ask again" m_createOneClickSelectionDialog.kDontAskAgain; displayString -replace -value "No" m_createOneClickSelectionDialog.kNo; displayString -replace -value "Do you want to send the entire scene?" m_createOneClickSelectionDialog.kUseEntireScene; displayString -replace -value "Do you want to use the previous selection?" m_createOneClickSelectionDialog.kUsePreviousSelection; displayString -replace -value "Yes" m_createOneClickSelectionDialog.kYes;