// =========================================================================== // 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 "Blend 10%" m_presetMenuForDir.kBlend10percent; displayString -replace -value "Blend 25%" m_presetMenuForDir.kBlend25percent; displayString -replace -value "Blend 50%" m_presetMenuForDir.kBlend50percent; displayString -replace -value "Blend 75%" m_presetMenuForDir.kBlend70percent; displayString -replace -value "Blend 90%" m_presetMenuForDir.kBlend90percent; displayString -replace -value "More ... " m_presetMenuForDir.kMore; displayString -replace -value "Operating system is not recognized." m_presetMenuForDir.kOsNotRecognized; displayString -replace -value "Replace" m_presetMenuForDir.kReplace; displayString -replace -value "Replace All Selected" m_presetMenuForDir.kReplaceSelected;