Filter localizable strings.
Only user facing strings.
This commit is contained in:
@@ -53,7 +53,7 @@ const wxString LGridJsonCellRenderer::ProcessJsonValue(const wxString& cellValue
|
||||
}
|
||||
if (!root.IsArray())
|
||||
{
|
||||
wxASSERT_MSG(root.IsArray(), _("JSON data is not an array"));
|
||||
wxASSERT_MSG(root.IsArray(), _T("JSON data is not an array"));
|
||||
return cellValue;
|
||||
}
|
||||
for (uint row = 0; row < root.Size(); row++)
|
||||
|
||||
Reference in New Issue
Block a user