1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Keepalives are now in seconds not minutes

[originally from svn r874]
This commit is contained in:
Simon Tatham
2001-01-19 09:01:50 +00:00
parent 20397a174f
commit 72cdcc611a
4 changed files with 12 additions and 5 deletions

View File

@ -960,7 +960,7 @@ static int GenericMainDlgProc (HWND hwnd, UINT msg,
}
beginbox(&cp, "Sending of null packets to keep session active",
IDC_BOX_CONNECTION2, IDC_BOXT_CONNECTION2);
staticedit(&cp, "Minutes between &keepalives (0 to turn off)",
staticedit(&cp, "Seconds between &keepalives (0 to turn off)",
IDC_PINGSTATIC, IDC_PINGEDIT, 25);
endbox(&cp);