mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
changed 'Create New Task' to 'Run'
svn path=/trunk/; revision=8020
This commit is contained in:
parent
bec973c423
commit
7e4dffe404
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue