// =========================================================================== // 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 "ATOM" m_FileMenu.kATOMParent; displayString -replace -value "File" m_FileMenu.kFile; displayString -replace -value "Import/Export" m_FileMenu.kFileImportExport; displayString -replace -value "Project" m_FileMenu.kFileProject; displayString -replace -value "Recent" m_FileMenu.kFileRecent; displayString -replace -value "References" m_FileMenu.kFileReferences; displayString -replace -value "View" m_FileMenu.kFileView; displayString -replace -value "The procedure forceSavePreferences is obsolete and is no longer supported." m_FileMenu.kForceSavePrefs; displayString -replace -value "No changes to save." m_FileMenu.kNoChangesToSave; displayString -replace -value "Recent Files" m_FileMenu.kRecentFiles; displayString -replace -value "Recent Increments" m_FileMenu.kRecentIncrements; displayString -replace -value "Recent Projects" m_FileMenu.kRecentProjects;