1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-02-04 06:02:24 +00:00

Wording change: make it explicit that you can enter an IP address as

well as a hostname.

[originally from svn r1196]
This commit is contained in:
Simon Tatham 2001-08-22 19:56:41 +00:00
parent 96fd4be809
commit a4d81b170e

View File

@ -816,10 +816,11 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
bartitle(&cp, "Basic options for your PuTTY session", bartitle(&cp, "Basic options for your PuTTY session",
IDC_TITLE_SESSION); IDC_TITLE_SESSION);
if (dlgtype == 0) { if (dlgtype == 0) {
beginbox(&cp, "Specify your connection by host name", beginbox(&cp, "Specify your connection by host name or IP address",
IDC_BOX_SESSION1); IDC_BOX_SESSION1);
multiedit(&cp, multiedit(&cp,
"Host &Name", IDC_HOSTSTATIC, IDC_HOST, 75, "Host &Name (or IP address)",
IDC_HOSTSTATIC, IDC_HOST, 75,
"&Port", IDC_PORTSTATIC, IDC_PORT, 25, NULL); "&Port", IDC_PORTSTATIC, IDC_PORT, 25, NULL);
if (backends[3].backend == NULL) { if (backends[3].backend == NULL) {
/* this is PuTTYtel, so only three protocols available */ /* this is PuTTYtel, so only three protocols available */