// =========================================================================== // 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 "Category" m_searchForRunTimeCommandWindow.kCategory; displayString -replace -value "Close" m_searchForRunTimeCommandWindow.kClose; displayString -replace -value "Command" m_searchForRunTimeCommandWindow.kCommand; displayString -replace -value "Command Name" m_searchForRunTimeCommandWindow.kCommandName; displayString -replace -value "Help" m_searchForRunTimeCommandWindow.kHelp; displayString -replace -value "Enter a case sensitive search string in the\nfield above.\n\nSome examples are:\n *Scene\n Display*\n *UI*\n *[Mm]enu*\n" m_searchForRunTimeCommandWindow.kHelpText; displayString -replace -value "Find Cmd" m_searchForRunTimeCommandWindow.kIconName; displayString -replace -value "No matches found on \"^1s\".\n" m_searchForRunTimeCommandWindow.kMessage; displayString -replace -value "No matches found on \"^1s\".\n\nTry adding an asterisk or two, e.g. \"*^2s*\".\n" m_searchForRunTimeCommandWindow.kNewMsg; displayString -replace -value "Enter case sensitive search string (for example, *ndo*)" m_searchForRunTimeCommandWindow.kSearchAnnot; displayString -replace -value "Search for:" m_searchForRunTimeCommandWindow.kSearchFor; displayString -replace -value "Search for Command" m_searchForRunTimeCommandWindow.kTitle;