From e4ea660dfd59a05edaf0729aa45a003e83a210bc Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 29 Mar 2015 21:34:55 +0200 Subject: [PATCH] Fix minor typo in string macro in propgrid sample. --- samples/propgrid/propgrid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/propgrid/propgrid.cpp b/samples/propgrid/propgrid.cpp index eb41add92f..a1c56cca0f 100644 --- a/samples/propgrid/propgrid.cpp +++ b/samples/propgrid/propgrid.cpp @@ -2616,7 +2616,7 @@ void FormMain::OnTestReplaceClick( wxCommandEvent& WXUNUSED(event) ) int idx = 0; while ( m_pPropGridManager->GetPropertyByName(propName) ) { - propName = wxString::Format(_T("ReplaceFlagsProperty %i"), ++idx); + propName = wxString::Format(wxT("ReplaceFlagsProperty %i"), ++idx); } // Replace property and select new one // with random value in range [1..maxVal]