X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d36417da1b3c2e5d2ad051b3c4603e96e0f7c2f..89b3361ec25cf1e6d255b14c7633d8375646e4fb:/demos/life/game.h?ds=inline diff --git a/demos/life/game.h b/demos/life/game.h index 2b5b548f0e..a95dae2656 100644 --- a/demos/life/game.h +++ b/demos/life/game.h @@ -46,7 +46,7 @@ public: // causes a crash due to conversion objects not being available // during initialisation. #ifndef __WXMAC__ - m_shape.Add( wxString::Format(_T("%i %i"), -width/2, -height/2) ); + m_shape.Add( wxString::Format(wxT("%i %i"), -width/2, -height/2) ); #endif for(int j = 0; j < height; j++) {