diff --git a/checkin_notes b/checkin_notes index 22744d7126..4567132a2b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -10597,3 +10597,10 @@ Rom 22 Dec 2009 BOINCBaseFrame.cpp BOINCGUIApp.cpp, .h DlgEventLog.cpp + +Rom 22 Dec 2009 + - MGR: Make sure the correct constructor is called, otherwise nothing + happens. + + clientgui/ + DlgEventLog.cpp, .h diff --git a/clientgui/DlgEventLog.cpp b/clientgui/DlgEventLog.cpp index 3f7a0afee7..5563b86e33 100644 --- a/clientgui/DlgEventLog.cpp +++ b/clientgui/DlgEventLog.cpp @@ -78,11 +78,6 @@ END_EVENT_TABLE() * CDlgEventLog constructors */ -CDlgEventLog::CDlgEventLog( ) -{ -} - - CDlgEventLog::CDlgEventLog( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style ) { wxLogTrace(wxT("Function Start/End"), wxT("CDlgEventLog::CDlgEventLog - Constructor Function Begin")); diff --git a/clientgui/DlgEventLog.h b/clientgui/DlgEventLog.h index f96464c508..dd4137ad64 100644 --- a/clientgui/DlgEventLog.h +++ b/clientgui/DlgEventLog.h @@ -73,9 +73,7 @@ class CDlgEventLog : public wxDialog public: /// Constructors - CDlgEventLog( ); - CDlgEventLog( wxWindow* parent, wxWindowID id = SYMBOL_CDLGEVENTLOG_IDNAME, const wxString& caption = SYMBOL_CDLGEVENTLOG_TITLE, const wxPoint& pos = SYMBOL_CDLGEVENTLOG_POSITION, const wxSize& size = SYMBOL_CDLGEVENTLOG_SIZE, long style = SYMBOL_CDLGEVENTLOG_STYLE ); - + CDlgEventLog( wxWindow* parent = NULL, wxWindowID id = SYMBOL_CDLGEVENTLOG_IDNAME, const wxString& caption = SYMBOL_CDLGEVENTLOG_TITLE, const wxPoint& pos = SYMBOL_CDLGEVENTLOG_POSITION, const wxSize& size = SYMBOL_CDLGEVENTLOG_SIZE, long style = SYMBOL_CDLGEVENTLOG_STYLE ); ~CDlgEventLog(); /// Creation diff --git a/win_build/boincmgr.vcproj b/win_build/boincmgr.vcproj index 9741718953..f58a37f73e 100644 --- a/win_build/boincmgr.vcproj +++ b/win_build/boincmgr.vcproj @@ -1743,6 +1743,22 @@ RelativePath="..\clientgui\DlgAbout.h" > + + + + + + + + @@ -1867,22 +1883,6 @@ RelativePath="..\clientgui\DlgAdvPreferencesBase.h" > - - - - - - - -