wxS more things

This commit is contained in:
Marek Roszko
2023-01-22 09:41:33 -05:00
parent 232e4d34f1
commit 0ff32d20cd
27 changed files with 252 additions and 252 deletions
+3 -3
View File
@@ -339,7 +339,7 @@ static void RunPythonMethodWithReturnedString( const char* aMethodName, wxString
}
else
{
wxLogMessage( "cannot encode Unicode python string" );
wxLogMessage( wxS( "cannot encode Unicode python string" ) );
}
}
else
@@ -425,7 +425,7 @@ wxString PyStringToWx( PyObject* aString )
}
else
{
wxLogMessage( "cannot encode Unicode python string" );
wxLogMessage( wxS( "cannot encode Unicode python string" ) );
}
return ret;
@@ -458,7 +458,7 @@ wxArrayString PyArrayStringToWx( PyObject* aArrayString )
}
else
{
wxLogMessage( "cannot encode Unicode python string" );
wxLogMessage( wxS( "cannot encode Unicode python string" ) );
}
}
}