From 8f8c01897a2d6a23a88cfc2886ae7234f07f18fa Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 14 Jan 2019 08:44:31 +0100 Subject: [PATCH] Added missiong wxT() --- software/drsosc/DOScreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/drsosc/DOScreen.cpp b/software/drsosc/DOScreen.cpp index 8a7750c..7f4b05e 100644 --- a/software/drsosc/DOScreen.cpp +++ b/software/drsosc/DOScreen.cpp @@ -1151,7 +1151,7 @@ void DOScreen::DrawHisto(wxDC& dc, wxCoord width, wxCoord height, bool printing) } // save button - wxString wxs("Save"); + wxString wxs(wxT("Save")); dc.GetTextExtent(wxs, &w, &h); m_savex1 = m_hx2-w-8; m_savey1 = m_hy1+4;