*** empty log message ***

svn path=/trunk/boinc/; revision=5637
This commit is contained in:
Rom Walton 2005-03-11 23:54:31 +00:00
parent a7924024f9
commit 883fbec035
2 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ bool CMainFrame::CreateMenu()
_("Connect to your account manager website and update all of your accounts") _("Connect to your account manager website and update all of your accounts")
); );
menuFile->AppendSeparator(); menuTools->AppendSeparator();
} }
menuTools->Append( menuTools->Append(

View File

@ -158,7 +158,7 @@ int ACCT_MGR_CLIENT::init() {
if (acct_mgr_file) fclose(acct_mgr_file); if (acct_mgr_file) fclose(acct_mgr_file);
if (acct_mgr_login_file) fclose(acct_mgr_login_file); if (acct_mgr_login_file) fclose(acct_mgr_login_file);
return 0; return retval;
} }