mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-09 09:21:00 +00:00
Added a more detailed description for the error Timeout Error.
This commit is contained in:
parent
128e648ab9
commit
57f9ea67b9
@ -47,7 +47,7 @@ void MainWindow::slotTimerAlarm()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
QMessageBox::critical(this, tr("Error"), tr("Timeout Error"));
|
QMessageBox::critical(this, tr("Error"), tr("Timeout Error\nPerhaps you have not started the cjdns daemon, you entered the wrong IP, the peer is off, or the peer did not start the messenger."));
|
||||||
timer->stop();
|
timer->stop();
|
||||||
setButtonToConnect();
|
setButtonToConnect();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user