http://bugs.winehq.org/show_bug.cgi?id=36842
Bug ID: 36842 Summary: Can't set a static crontrol's text to empty by pssing NULL pointer Product: Wine Version: 1.6.2 Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: minor Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: tulio150@mailinator.com
On Windows, when you call SetWindowText(NULL) on a static control, it clears the control to an empty string. On Wine the call has no effect, the text just remains as it was before, you have to call SetWindowText("") to clear the static control.