X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3a809c7dccc2f72da17fbf52f10cfb27e0ee8f0..53faea431638ee5c0013a2c888215c751fa6437b:/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 ); }