[Bug 36842] New: Can't set a static crontrol's text to empty by pssing NULL pointer

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 3 16:34:16 CDT 2014


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 at winehq.org
          Reporter: tulio150 at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list