X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d36417da1b3c2e5d2ad051b3c4603e96e0f7c2f..654c4b7b14bae64a11ac652984833a048ae832ea:/demos/life/game.h 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++) {