// =========================================================================== // 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 Inputs..." m_historyPopupFill.kAllInputs; displayString -replace -value "All Outputs..." m_historyPopupFill.kAllOutputs; displayString -replace -value "Disable All Inputs" m_historyPopupFill.kDisableAllInputs; displayString -replace -value "Disable All Outputs" m_historyPopupFill.kDisableAllOutputs; displayString -replace -value "Enable All Inputs" m_historyPopupFill.kEnableAllInputs; displayString -replace -value "Enable All Outputs" m_historyPopupFill.kEnableAllOutputs; displayString -replace -value "More..." m_historyPopupFill.kMore; displayString -replace -value "No nodes to disable" m_historyPopupFill.kNoNodestoDisable; displayString -replace -value "No nodes to enable" m_historyPopupFill.kNoNodestoEnable; displayString -replace -value "No selection" m_historyPopupFill.kNoSelection; displayString -replace -value "Select All Inputs" m_historyPopupFill.kSelectAllInputs; displayString -replace -value "Select All Outputs" m_historyPopupFill.kSelectAllOutputs;