use DialogBoxParam instead of DialogBoxIndirectParam in RunFileDlg
commit5f2dcfd8f68f517c6477fcb26a6a46cd7dd76ee0
authorPeter Oberndorfer <kumbayo84@arcor.de>
Sun, 2 Dec 2007 20:58:20 +0000 (2 21:58 +0100)
committerPeter Oberndorfer <kumbayo84@arcor.de>
Fri, 4 Jan 2008 10:03:34 +0000 (4 11:03 +0100)
tree02759c48576ca59ce4cf49e7743e4355b9050ad8
parent4345ca69ef4254ec6350897dcd27bdcecfe89c82
use DialogBoxParam instead of DialogBoxIndirectParam in RunFileDlg

---
this fixes the wrong hInstance passed to the dialog creation function
the next commit will place the icon directly in the resource
so the right hInstance is needed
dlls/shell32/dialogs.c