// =========================================================================== // 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 "Back" m_buildCameraBookmarkMenu.kBack; displayString -replace -value "Bottom" m_buildCameraBookmarkMenu.kBottom; displayString -replace -value "Default" m_buildCameraBookmarkMenu.kDefaultPerspective; displayString -replace -value "Edit Bookmarks..." m_buildCameraBookmarkMenu.kEditBookmarks; displayString -replace -value "Front" m_buildCameraBookmarkMenu.kFront; displayString -replace -value "Left Side" m_buildCameraBookmarkMenu.kLeftSide; displayString -replace -value " (2D Pan/Zoom)" m_buildCameraBookmarkMenu.kPanZoom; displayString -replace -value "Predefined" m_buildCameraBookmarkMenu.kPredefinedBookmarks; displayString -replace -value "Right Side" m_buildCameraBookmarkMenu.kRightSide; displayString -replace -value "Top" m_buildCameraBookmarkMenu.kTop;