mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5637
This commit is contained in:
parent
a7924024f9
commit
883fbec035
|
@ -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(
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue