From: Jon TURNEY Date: Wed, 10 Nov 2010 20:20:33 +0000 (+0000) Subject: * res.rc (IDD_NET): Make text referring to IE5 more general X-Git-Tag: release_2.869~148 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=460dd5dea56bb1eeeb2d8c7f34ac2c9dce1bccdb;p=cygwin-apps%2Fsetup.git * res.rc (IDD_NET): Make text referring to IE5 more general --- diff --git a/ChangeLog b/ChangeLog index c5188ddf..cd6788f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-06 Jon TURNEY + + * res.rc (IDD_NET): Make text referring to IE5 more general + 2010-11-04 Jon TURNEY * compress_bz.h (compress): Add endReached flag. diff --git a/res.rc b/res.rc index f193eccf..92454ebe 100644 --- a/res.rc +++ b/res.rc @@ -168,8 +168,8 @@ FONT 8, "MS Shell Dlg" BEGIN CONTROL "&Direct Connection",IDC_NET_DIRECT,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,60,55,73,10 - CONTROL "Use &IE5 Settings",IDC_NET_IE5,"Button", - BS_AUTORADIOBUTTON | WS_TABSTOP,60,70,69,10 + CONTROL "Use &Internet Explorer Proxy Settings",IDC_NET_IE5,"Button", + BS_AUTORADIOBUTTON | WS_TABSTOP,60,70,185,10 CONTROL "Use HTTP/FTP &Proxy:",IDC_NET_PROXY,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,60,85,88,10 EDITTEXT IDC_PROXY_HOST,120,105,120,12,ES_AUTOHSCROLL |