[TASKMGR] Use the correct title string for create new task dialog. Spotted by Jared...
[reactos.git] / reactos / base / applications / taskmgr / run.c
index 7c9ec61..058bff6 100644 (file)
@@ -44,7 +44,7 @@ void TaskManager_OnFileNew(void)
 
         /* NOTE - don't check whether running on win 9x or NT, let's just
                   assume that a unicode build only runs on NT */
 
         /* NOTE - don't check whether running on win 9x or NT, let's just
                   assume that a unicode build only runs on NT */
-        RunFileDlg(hMainWnd, hIcon, NULL, NULL, szText, RFF_CALCDIRECTORY);
+        RunFileDlg(hMainWnd, hIcon, NULL, szTitle, szText, RFF_CALCDIRECTORY);
 
         DeleteObject(hIcon);
     }
 
         DeleteObject(hIcon);
     }