]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* res.rc (IDD_NET): Make text referring to IE5 more general
authorJon TURNEY <jon.turney@dronecode.org.uk>
Wed, 10 Nov 2010 20:20:33 +0000 (20:20 +0000)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Wed, 10 Nov 2010 20:20:33 +0000 (20:20 +0000)
ChangeLog
res.rc

index c5188ddf870c687c6742699974c680eb316b8dc0..cd6788f84117a7d07d18994033837c561c5fe881 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-06  Jon TURNEY  <jon.turney@dronecode.org.uk>
+
+        * res.rc (IDD_NET): Make text referring to IE5 more general
+
 2010-11-04 Jon TURNEY <jon.turney@dronecode.org.uk>
 
        * compress_bz.h (compress): Add endReached flag.
diff --git a/res.rc b/res.rc
index f193eccfa69132808ce9ea96dd1d5177f8ebf9ee..92454ebe3d8b74c553410285b86ea669736bfa24 100644 (file)
--- 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 | 
This page took 0.039136 seconds and 5 git commands to generate.