diff --git a/checkin_notes b/checkin_notes index 0ebc3a3270..ff8a977997 100755 --- a/checkin_notes +++ b/checkin_notes @@ -3319,4 +3319,13 @@ Walt 27 Mar 2006 clientgui/ MainFrame.cpp - CBOINCDialupManager.cpp + BOINCDialupManager.cpp + +Walt 27 Mar 2006 + - Second half of CBOINCDialupManager changes + + clientgui/ + BOINCDialupManager.cpp, h + Makefile.am + + diff --git a/clientgui/BOINCDialupManager.cpp b/clientgui/BOINCDialupManager.cpp index be8b8c8be3..4b68ef8160 100644 --- a/clientgui/BOINCDialupManager.cpp +++ b/clientgui/BOINCDialupManager.cpp @@ -18,7 +18,7 @@ // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #if defined(__GNUG__) && !defined(__APPLE__) -#pragma implementation "BOINCDialUpManager.h" +#pragma implementation "BOINCDialupManager.h" #endif #include "stdwx.h" diff --git a/clientgui/BOINCDialupManager.h b/clientgui/BOINCDialupManager.h index 6975e7029a..60e105ebd3 100644 --- a/clientgui/BOINCDialupManager.h +++ b/clientgui/BOINCDialupManager.h @@ -21,7 +21,7 @@ #define _BOINCDIALUPMANAGER_H_ #if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "BOINCDialUpManager.cpp" +#pragma interface "BOINCDialupManager.cpp" #endif diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index 8315b121b0..a802b69895 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -24,6 +24,7 @@ bin_PROGRAMS = boinc_gui boinc_gui_SOURCES = \ BOINCBaseView.cpp \ + BOINCDialupManager.cpp \ BOINCGUIApp.cpp \ BOINCListCtrl.cpp \ BOINCTaskBar.cpp \