// =========================================================================== // 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 "Comma Separated Values" m_melProfilerWindow.kCommaSeparated; displayString -replace -value "DOT Graph Format" m_melProfilerWindow.kDotGraphFormat; displayString -replace -value "Profile Procedure..." m_melProfilerWindow.kMPProfileProc; displayString -replace -value "Cancel" m_melProfilerWindow.kMPProfileProcCancelButton; displayString -replace -value "Cancel" m_melProfilerWindow.kMPProfileProcCancelButtonLabel; displayString -replace -value "Profile" m_melProfilerWindow.kMPProfileProcDefaultButton; displayString -replace -value "Cancel" m_melProfilerWindow.kMPProfileProcDismissString; displayString -replace -value "Enter Name of Proc:" m_melProfilerWindow.kMPProfileProcProcName; displayString -replace -value "Profile" m_melProfilerWindow.kMPProfileProcProfileButtonLabel; displayString -replace -value "Profile Procedure" m_melProfilerWindow.kMPProfileProcWindowTitle; displayString -replace -value "Profile Script File..." m_melProfilerWindow.kMPProfileScriptFile; displayString -replace -value "Profiling" m_melProfilerWindow.kMPProfilingMain; displayString -replace -value "Reset Data" m_melProfilerWindow.kMPResetData; displayString -replace -value "Save Call Graph Data..." m_melProfilerWindow.kMPSaveCGData; displayString -replace -value "Save Profile Data..." m_melProfilerWindow.kMPSaveProfileData; displayString -replace -value "Start" m_melProfilerWindow.kMPStartProfiling; displayString -replace -value "Stop" m_melProfilerWindow.kMPStopProfiling; displayString -replace -value "MEL Profile Window" m_melProfilerWindow.kMPWindowTitle; displayString -replace -value "MEL Script Files" m_melProfilerWindow.kMelScriptFiles; displayString -replace -value "Save Call Graph Data" m_melProfilerWindow.kSaveCallGraphData; displayString -replace -value "Save Profile Data" m_melProfilerWindow.kSaveProfileData; displayString -replace -value "Source" m_melProfilerWindow.kSource; displayString -replace -value "Source a MEL Script File" m_melProfilerWindow.kSourceAMelScriptFile;