*** empty log message ***

svn path=/trunk/boinc/; revision=2861
This commit is contained in:
Gary Gibson 2004-01-09 17:04:04 +00:00
parent 019f335516
commit f240281e24
2 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@
// if there are no global prefs yet
//
void GLOBAL_PREFS::init() {
run_on_batteries = true;
run_if_user_active = true;
run_on_batteries = false;
run_if_user_active = false;
start_hour = 0;
end_hour = 0;
run_minimized = false;

View File

@ -139,6 +139,7 @@ protected:
void ClearProjectItems(char *);
void Syncronize(CProgressListCtrl*, vector<void*>*);
virtual void PostNcDestroy();
bool should_request_global_prefs();
LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
afx_msg void OnClose();
@ -182,7 +183,6 @@ protected:
public:
void OnBenchmarksBegin();
void OnBenchmarksEnd();
};
// globals