eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] eliot/wxwin auxframes.cc [multibyte]


From: eliot-dev
Subject: [Eliot-dev] eliot/wxwin auxframes.cc [multibyte]
Date: Thu, 29 Dec 2005 19:36:56 +0000

CVSROOT:        /sources/eliot
Module name:    eliot
Branch:         multibyte
Changes by:     Olivier Teulière <address@hidden>      05/12/29 19:36:55

Modified files:
        wxwin          : auxframes.cc 

Log message:
        Compilation fixes for windows

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/wxwin/auxframes.cc.diff?only_with_tag=multibyte&tr1=1.19.2.1&tr2=1.19.2.2&r1=text&r2=text

Patches:
Index: eliot/wxwin/auxframes.cc
diff -u eliot/wxwin/auxframes.cc:1.19.2.1 eliot/wxwin/auxframes.cc:1.19.2.2
--- eliot/wxwin/auxframes.cc:1.19.2.1   Wed Dec 28 20:10:56 2005
+++ eliot/wxwin/auxframes.cc    Thu Dec 29 19:36:55 2005
@@ -41,6 +41,7 @@
 #include "training.h"
 #include "player.h"
 #include "game.h"
+#include "encoding.h"
 
 #include "configdb.h"
 #include "auxframes.h"
@@ -527,10 +528,10 @@
 #ifdef DEBUG
     mos << std::string(30,'-') << std::endl;
     mos << "Player History\n";
-    mos << m_game.getPlayer(0).toString();
+    mos << convertToMb(m_game.getPlayer(0).toString());
     mos << std::string(30,'-') << std::endl;
     mos << "Game History\n";
-    mos << m_game.getHistory().toString();
+    mos << convertToMb(m_game.getHistory().toString());
 #endif
     textbox->Clear();
     textbox->AppendText( wxU( mos.str().c_str() ) );




reply via email to

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