From 883fbec035a4416fec9bf0a9f2adca5330c168d9 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 11 Mar 2005 23:54:31 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5637 --- clientgui/MainFrame.cpp | 2 +- lib/acct_mgr_client.C | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clientgui/MainFrame.cpp b/clientgui/MainFrame.cpp index 62eca9b4fc..4a30a16476 100644 --- a/clientgui/MainFrame.cpp +++ b/clientgui/MainFrame.cpp @@ -330,7 +330,7 @@ bool CMainFrame::CreateMenu() _("Connect to your account manager website and update all of your accounts") ); - menuFile->AppendSeparator(); + menuTools->AppendSeparator(); } menuTools->Append( diff --git a/lib/acct_mgr_client.C b/lib/acct_mgr_client.C index 464fede9f7..9f88d1d745 100644 --- a/lib/acct_mgr_client.C +++ b/lib/acct_mgr_client.C @@ -158,7 +158,7 @@ int ACCT_MGR_CLIENT::init() { if (acct_mgr_file) fclose(acct_mgr_file); if (acct_mgr_login_file) fclose(acct_mgr_login_file); - return 0; + return retval; }