eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/wxwin/mainframe.cc


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/wxwin/mainframe.cc
Date: Fri, 04 Nov 2005 15:01:15 -0500

Index: eliot/wxwin/mainframe.cc
diff -u eliot/wxwin/mainframe.cc:1.10 eliot/wxwin/mainframe.cc:1.11
--- eliot/wxwin/mainframe.cc:1.10       Sun Oct 23 14:53:44 2005
+++ eliot/wxwin/mainframe.cc    Fri Nov  4 20:00:06 2005
@@ -16,8 +16,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/* $Id: mainframe.cc,v 1.10 2005/10/23 14:53:44 ipkiss Exp $ */
-
 #include <stdlib.h>
 #include <stdio.h>
 #include <iostream>
@@ -220,7 +218,7 @@
     else
       {
        wxCommandEvent event;
-       OnMenuConfGameDic(event);       
+       OnMenuConfGameDic(event);
        m_game = NULL;
       }
     m_game = GameFactory::Instance()->createTraining(m_dic);
@@ -243,7 +241,7 @@
        GameFactory::Instance()->releaseGame(*m_game);
        m_game = NULL;
       }
-    
+
     if (m_dic)
       {
        Dic_destroy(m_dic);
@@ -961,7 +959,7 @@
   auxframes_ptr[ ID_Frame_Benj   ] = new BenjFrame  (this, *m_game, results);
   auxframes_ptr[ ID_Frame_Bag    ] = new BagFrame   (this, *m_game);
   auxframes_ptr[ ID_Frame_Board  ] = new BoardFrame (this, *m_game);
-  
+
   for (int i = MIN_FRAME_ID; i < MAX_FRAME_ID; i++)
     {
       auxframes_ptr[i]->Reload();
@@ -998,7 +996,7 @@
     for (int id = 0; id < MAX_FRAME_ID; id++)
     {
         if (auxframes_ptr[id])
-         {      
+         {
            // debug("UpdateFrames %d\n",id);
             auxframes_ptr[id]->Refresh(force);
          }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]