This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/5] Make text refering to IE5 a bit more general


IE5 was EOLed with Windows 2000 on 13-Jul-2010

Presumably this functionality still works in later versions :-)

2010-11-06  Jon  <jon.turney@dronecode.org.uk>

	* res.rc (IDD_NET): Make text referring to IE5 more general
---
 res.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/res.rc b/res.rc
index ce0fd61..1a549a2 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 | 
-- 
1.7.2.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]