Filter localizable strings.
Only user facing strings.
This commit is contained in:
@@ -37,7 +37,7 @@ wxString JsonHelper::GetIntent(const wxString& jsonData)
|
||||
}
|
||||
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 wxEmptyString;
|
||||
}
|
||||
for (uint row = 0; row < root.Size(); row++)
|
||||
|
||||
Reference in New Issue
Block a user