mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
changed 'Create New Task' to 'Run'
svn path=/trunk/; revision=8020
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user