*** empty log message ***

svn path=/trunk/boinc/; revision=12090
This commit is contained in:
Rom Walton 2007-02-15 05:37:19 +00:00
parent 8e45220a33
commit 8a6cfb0377
2 changed files with 2 additions and 2 deletions

View File

@ -299,14 +299,14 @@ void CBOINCBaseFrame::OnExit(wxCommandEvent& WXUNUSED(event)) {
wxLogTrace(wxT("Function Start/End"), wxT("CAdvancedFrame::OnExit - Function Begin"));
if (wxGetApp().ConfirmExit()) {
// Under wxWidgets 2.8.0, the task bar icons must be deleted for app to exit its main loop
// Under wxWidgets 2.8.0, the task bar icons must be deleted for app to exit its main loop
#ifdef __WXMAC__
CMacSystemMenu* pMSM = wxGetApp().GetMacSystemMenu();
if (pMSM)
delete pMSM;
#endif
// TaskBarIcon isn't used in Linux
// TaskBarIcon isn't used in Linux
#if defined(__WXMSW__) || defined(__WXMAC__)
CTaskBarIcon* pTBI = wxGetApp().GetTaskBarIcon();
if (pTBI)

Binary file not shown.