mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
[TASKMGR] Use the correct title string for create new task dialog. Spotted by Jared Smudde. CORE-11129
svn path=/trunk/; revision=71350
This commit is contained in:
parent
f02a81b1d9
commit
0b4cad0a63
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ void TaskManager_OnFileNew(void)
|
||||||
|
|
||||||
/* NOTE - don't check whether running on win 9x or NT, let's just
|
/* NOTE - don't check whether running on win 9x or NT, let's just
|
||||||
assume that a unicode build only runs on NT */
|
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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue