Matthias Kupfer (matthias DOT kupfer AT informatik DOT tu-chemnitz DOT de)
[reactos.git] / reactos / base / applications / taskmgr / run.c
index 3503d1c..7c27f57 100644 (file)
@@ -43,7 +43,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 */
-        RunFileDlg(hMainWnd, 0, NULL, szTitle, szText, RFF_CALCDIRECTORY);
+        RunFileDlg(hMainWnd, 0, NULL, NULL, szText, RFF_CALCDIRECTORY);
     }
 
     FreeLibrary(hShell32);