*** empty log message ***

svn path=/trunk/boinc/; revision=6160
This commit is contained in:
Rom Walton 2005-05-15 05:51:54 +00:00
parent 9944da1a44
commit 1c8907f027
2 changed files with 3 additions and 3 deletions

View File

@ -1134,7 +1134,7 @@ void CMainFrame::OnConnectError(CMainFrameEvent&) {
::wxMessageBox(
_("Connection failed."),
_("Connection failed."),
_("BOINC Manager - Connection failed."),
wxICON_ERROR
);
@ -1147,7 +1147,7 @@ void CMainFrame::OnConnectErrorAuthentication(CMainFrameEvent&) {
::wxMessageBox(
_("The password you have provided is incorrect, please try again."),
_("Connection Error"),
_("BOINC Manager - Connection Error"),
wxICON_ERROR
);

View File

@ -1043,7 +1043,7 @@ int RPC_CLIENT::init_poll() {
fprintf(stderr, "init_poll: get_socket_error(): %d\n", retval);
}
}
if (retval || time(0) > (connect_timestamp + 30)) {
if (retval || time(0) > (connect_timestamp + 60)) {
if (tried_alt_port) {
fprintf(stderr, "already tried both ports, giving up\n");
return retval;