changed 'Create New Task' to 'Run'
authorRichard Campbell <betam4x@gmail.com>
Wed, 4 Feb 2004 00:53:45 +0000 (00:53 +0000)
committerRichard Campbell <betam4x@gmail.com>
Wed, 4 Feb 2004 00:53:45 +0000 (00:53 +0000)
svn path=/trunk/; revision=8020

reactos/subsys/system/explorer/taskbar/startmenu.cpp

index 867c49d..2d0bfa0 100644 (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);