From 42ff63456ebf240dde7d6b7fc810183c5c8d74a9 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 22 Aug 2001 19:56:41 +0000 Subject: [PATCH] Wording change: make it explicit that you can enter an IP address as well as a hostname. git-svn-id: svn://svn.tartarus.org/sgt/putty@1196 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windlg.c b/windlg.c index 407baaf1..99db197f 100644 --- a/windlg.c +++ b/windlg.c @@ -816,10 +816,11 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) bartitle(&cp, "Basic options for your PuTTY session", IDC_TITLE_SESSION); 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); 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); if (backends[3].backend == NULL) { /* this is PuTTYtel, so only three protocols available */ -- 2.11.0