]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checkbox.cpp
reordering for CW compiles, setting control to opaque because of incorrect erases...
[wxWidgets.git] / src / os2 / checkbox.cpp
index 968269c38b3059ede3cbc306600a7c453f6f669d..547270a72da9f44657407e29751dcb6498a055f0 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10/13/99
 // RCS-ID:      $Id$
 // Copyright:   (c) David Webster
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
@@ -106,7 +106,7 @@ void wxCheckBox::SetLabel(
   const wxString&                   rsLabel
 )
 {
-    ::WinSetWindowText(GetHwnd(), rsLabel.c_str());
+    ::WinSetWindowText(GetHwnd(), (PSZ)rsLabel.c_str());
 } // end of wxCheckBox::SetLabel
 
 wxSize wxCheckBox::DoGetBestSize() const