Alexandre Julliard julliard@winehq.org wrote:
The bug #20129 lists one of such applications.
It does FindWindow("Shell_TrayWnd", "") and expects that it returns a valid tray window handle. Currently FindWindow() is broken, but my next patch makes the above call succeed.
This will cause the stand-alone tray window to not have a title, that doesn't look nice.
What would you suggest?