]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
mention that it may be impossible to set the size of a wxStaticLine in the transversa...
[wxWidgets.git] / src / msw / control.cpp
index e2e7a25e1c51c345056fd9574e357a4a7cdbdb7b..745e9bd2a66cbd4aec8744dd4dfe17fd84690170 100644 (file)
@@ -174,7 +174,7 @@ bool wxControl::MSWCreateControl(const wxChar *classname,
     // Notice that 0xffff is not a valid Unicode character so the problem
     // doesn't arise in Unicode build.
     if ( !label.empty() && label[0] == -1 )
-        ::SetWindowText(GetHwnd(), label);
+        ::SetWindowText(GetHwnd(), label.wx_str());
 #endif // !wxUSE_UNICODE
 
     // saving the label in m_labelOrig to return it verbatim