]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/game.h
Remove DoSetSizeHints() call from Create()
[wxWidgets.git] / demos / life / game.h
index 2b5b548f0e1c0b8cefc967a7014ca92dbbd8b886..6fbf1fedd6bd24b0dc6a5f1f857bcd534bb63264 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Guillermo Rodriguez Garcia, <guille@iies.es>
 // Modified by:
 // Created:     Jan/2000
-// RCS-ID:      $Id$
 // Copyright:   (c) 2000, Guillermo Rodriguez Garcia
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -46,7 +45,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++)
         {