]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ownerdrw.cpp
adding CoreText
[wxWidgets.git] / src / msw / ownerdrw.cpp
index 6fb88beabbb392e6ec4f173169226bf8328c192e..0b0a8e513e88ce4a6e9f0455396b93717cebd91b 100644 (file)
@@ -90,7 +90,7 @@ bool wxOwnerDrawn::OnDrawItem(wxDC& dc, const wxRect& rc,
         int cx = rc.GetWidth() - GetMarginWidth();
         int cy = sizeRect.cy;
 
-        ::DrawState(hdc, NULL, NULL, (LPARAM)text.wx_str(),
+        ::DrawState(hdc, NULL, NULL, wxMSW_CONV_LPARAM(text),
                     text.length(), x, y, cx, cy, flags);
 
     } // reset to default the font, colors and brush