From: <ma...@us...> - 2004-01-10 18:59:03
|
Update of /cvsroot/sharedaemon/ui-wx/src In directory sc8-pr-cvs1:/tmp/cvs-serv14966 Modified Files: ServerListCtrl.h StatisticsTreeCtrl.h wxInterface.cpp Log Message: wxWindows 2.5 compatibility. Index: ServerListCtrl.h =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/ServerListCtrl.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ServerListCtrl.h 17 Dec 2003 05:16:01 -0000 1.9 +++ ServerListCtrl.h 10 Jan 2004 18:59:00 -0000 1.10 @@ -26,6 +26,7 @@ #ifndef WX_PRECOMP #include "wx/wx.h" + #include "wx/imaglist.h" #endif #include "wxInterface_wdr.h" Index: StatisticsTreeCtrl.h =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/StatisticsTreeCtrl.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- StatisticsTreeCtrl.h 27 Nov 2003 08:23:12 -0000 1.8 +++ StatisticsTreeCtrl.h 10 Jan 2004 18:59:00 -0000 1.9 @@ -26,6 +26,7 @@ #ifndef WX_PRECOMP #include "wx/wx.h" + #include "wx/imaglist.h" #endif #include "wxInterface_wdr.h" Index: wxInterface.cpp =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/wxInterface.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- wxInterface.cpp 5 Jan 2004 11:59:52 -0000 1.16 +++ wxInterface.cpp 10 Jan 2004 18:59:00 -0000 1.17 @@ -48,6 +48,7 @@ bool wxInterface::OnInit() { int show_splash = true; mainframe_active = false; + wxLog::SetActiveTarget(NULL); new wxLogChain(new wxLogStderr); SetVendorName(wxT("ShareDaemon")); |