// =========================================================================== // 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 "Apply" m_objectColorPaletteForObject.kApply; displayString -replace -value "Close" m_objectColorPaletteForObject.kClose; displayString -replace -value "Close this window" m_objectColorPaletteForObject.kCloseWindowAnnot; displayString -replace -value "Default" m_objectColorPaletteForObject.kDefault; displayString -replace -value "Set all active objects to their default colors" m_objectColorPaletteForObject.kDefaultColorAnnot; displayString -replace -value "Index" m_objectColorPaletteForObject.kIndexed; displayString -replace -value "RGB" m_objectColorPaletteForObject.kRGB; displayString -replace -value "Set all active objects to the selected color in the palette" m_objectColorPaletteForObject.kSelectedColorAnnot; displayString -replace -value "Wireframe Color" m_objectColorPaletteForObject.kWireframe;