#else
init_result = gtk_init_check( &argcGTK, &argvGTK );
#endif
+ wxUpdateLocaleIsUtf8();
if ( argcGTK != argc )
{
for ( int i = 0; i < argc; i++ )
{
// leave just the names of the options with values
- const wxString str(wxString(argv[i]).BeforeFirst('='));
+ const wxString str = wxString(argv[i]).BeforeFirst('=');
for ( size_t j = 0; j < opt.size(); j++ )
{