- MGR: Make sure the correct constructor is called, otherwise nothing

happens.
        
    clientgui/
        DlgEventLog.cpp, .h

svn path=/trunk/boinc/; revision=20017
This commit is contained in:
Rom Walton 2009-12-22 20:27:43 +00:00
parent c8a045fa16
commit 5863f88922
4 changed files with 24 additions and 24 deletions

View File

@ -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

View File

@ -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"));

View File

@ -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

View File

@ -1743,6 +1743,22 @@
RelativePath="..\clientgui\DlgAbout.h"
>
</File>
<File
RelativePath="..\clientgui\DlgEventLog.cpp"
>
</File>
<File
RelativePath="..\clientgui\DlgEventLog.h"
>
</File>
<File
RelativePath="..\clientgui\DlgEventLogListCtrl.cpp"
>
</File>
<File
RelativePath="..\clientgui\DlgEventLogListCtrl.h"
>
</File>
<File
RelativePath="..\clientgui\DlgExitMessage.cpp"
>
@ -1867,22 +1883,6 @@
RelativePath="..\clientgui\DlgAdvPreferencesBase.h"
>
</File>
<File
RelativePath="..\clientgui\DlgEventLog.cpp"
>
</File>
<File
RelativePath="..\clientgui\DlgEventLog.h"
>
</File>
<File
RelativePath="..\clientgui\DlgEventLogListCtrl.cpp"
>
</File>
<File
RelativePath="..\clientgui\DlgEventLogListCtrl.h"
>
</File>
<File
RelativePath="..\clientgui\DlgItemProperties.cpp"
>