Fix minor typo in string macro in propgrid sample.

This commit is contained in:
Artur Wieczorek 2015-03-29 21:34:55 +02:00
parent 91b1ee05c0
commit e4ea660dfd

View File

@ -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]