Remove more wxT() macros from samples
Also use wxString instead of wxChar* strings. Closes https://github.com/wxWidgets/wxWidgets/pull/950
This commit is contained in:
committed by
Vadim Zeitlin
parent
480047ee9a
commit
b70ed2d8c8
@@ -153,7 +153,7 @@ MyCanvas::MyCanvas( wxWindow *parent, wxWindowID id,
|
||||
#if wxUSE_GIF
|
||||
image.Destroy();
|
||||
|
||||
if ( !image.LoadFile( dir + wxT("horse.gif" )) )
|
||||
if ( !image.LoadFile( dir + "horse.gif" ) )
|
||||
{
|
||||
wxLogError("Can't load GIF image");
|
||||
}
|
||||
|
Reference in New Issue
Block a user