From 7e4dffe40494af15df9f848532a7f26eb8320fa4 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Wed, 4 Feb 2004 00:53:45 +0000 Subject: [PATCH] changed 'Create New Task' to 'Run' svn path=/trunk/; revision=8020 --- reactos/subsys/system/explorer/taskbar/startmenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/taskbar/startmenu.cpp b/reactos/subsys/system/explorer/taskbar/startmenu.cpp index 867c49d5498..2d0bfa02e66 100644 --- a/reactos/subsys/system/explorer/taskbar/startmenu.cpp +++ b/reactos/subsys/system/explorer/taskbar/startmenu.cpp @@ -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(TEXT("SHELL32"), 61);