changed 'Create New Task' to 'Run'

svn path=/trunk/; revision=8020
This commit is contained in:
Richard Campbell 2004-02-04 00:53:45 +00:00
parent bec973c423
commit 7e4dffe404

View file

@ -1678,7 +1678,7 @@ void StartMenuHandler::ShowSearchComputer()
void StartMenuHandler::ShowLaunchDialog(HWND hwndOwner)
{
///@todo All text phrases should be put into the resources.
static LPCSTR szTitle = "Create New Task";
static LPCSTR szTitle = "Run";
static LPCSTR szText = "Type the name of a program, folder, document, or Internet resource, and Explorer will open it for you.";
static DynamicFct<RUNFILEDLG> RunFileDlg(TEXT("SHELL32"), 61);