]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/game.h
applying editor part of patch, see #15003
[wxWidgets.git] / demos / life / game.h
index 2b5b548f0e1c0b8cefc967a7014ca92dbbd8b886..a95dae26567da20f5d20eac9304ab66821174d53 100644 (file)
@@ -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++)
         {