X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3a809c7dccc2f72da17fbf52f10cfb27e0ee8f0..b6c588e1a65704bd5f3707b0e691a957ad43a148:/src/generic/plot.cpp diff --git a/src/generic/plot.cpp b/src/generic/plot.cpp index 0bcd6ef4c0..cf2dfddf96 100644 --- a/src/generic/plot.cpp +++ b/src/generic/plot.cpp @@ -438,7 +438,7 @@ void wxPlotWindow::OnPaint( wxPaintEvent &WXUNUSED(event) ) { dc.DrawLine( pos.x-15, y, pos.x-7, y ); wxString label; - label.Printf( "%.1f", current ); + label.Printf( wxT("%.1f"), current ); dc.DrawText( label, pos.x-45, y-7 ); }