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 setup 03/15] Rename "Internet Explorer Proxy Settings" to "System Proxy Settings"


Nowadays, these settings are set via the settings app, and are used by
applications other than IE.

Also remove unused IDS_WININET
---
 res.rc     | 3 +--
 resource.h | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/res.rc b/res.rc
index 45b4207..96dcf00 100644
--- a/res.rc
+++ b/res.rc
@@ -159,7 +159,7 @@ 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 &Internet Explorer Proxy Settings",IDC_NET_IE5,"Button",
+    CONTROL         "Use &System 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
@@ -520,7 +520,6 @@ BEGIN
     IDS_DOWNLOAD_COMPLETE   "Download Complete"
     IDS_NOLOGFILE           "Cannot open log file %s for writing"
     IDS_UNINSTALL_COMPLETE  "Uninstalls complete."
-    IDS_WININET             "Unable to find or load the Internet Explorer 5 DLLs"
     IDS_ERR_CHDIR           "Could not change dir to %s: %s [%.8x]"
     IDS_OLD_SETUP_VERSION   "This setup is version %s, but setup.ini claims version %s is available.\nYou might want to upgrade to get the latest features and bug fixes."
     IDS_DOWNLOAD_INCOMPLETE "Download Incomplete.  Try again?"
diff --git a/resource.h b/resource.h
index 5bbb668..a2add84 100644
--- a/resource.h
+++ b/resource.h
@@ -13,7 +13,6 @@
 #define IDS_DOWNLOAD_COMPLETE             110
 #define IDS_NOLOGFILE                     111
 #define IDS_UNINSTALL_COMPLETE            112
-#define IDS_WININET                       113
 #define IDS_ERR_CHDIR                     114
 #define IDS_OLD_SETUP_VERSION             115
 #define IDS_DOWNLOAD_INCOMPLETE           116
-- 
2.12.3


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