From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41747 invoked by alias); 16 May 2017 11:49:39 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 41713 invoked by uid 89); 16 May 2017 11:49:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=FONT, dlg, claims, Download X-HELO: rgout01.bt.lon5.cpcloud.co.uk Received: from rgout0103.bt.lon5.cpcloud.co.uk (HELO rgout01.bt.lon5.cpcloud.co.uk) (65.20.0.123) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 16 May 2017 11:49:36 +0000 X-OWM-Source-IP: 86.166.190.52 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-Junkmail-Premium-Raw: score=8/50,refid=2.7.2:2017.5.13.91815:17:8.707,ip=,rules=NO_URI_FOUND, NO_CTA_URI_FOUND, NO_MESSAGE_ID, NO_URI_HTTPS, TO_MALFORMED Received: from localhost.localdomain (86.166.190.52) by rgout01.bt.lon5.cpcloud.co.uk (9.0.019.13-1) (authenticated as jonturney@btinternet.com) id 58F62BE3032B44A1; Tue, 16 May 2017 12:49:39 +0100 From: Jon Turney To: cygwin-apps@cygwin.com Cc: Jon Turney Subject: [PATCH setup 03/15] Rename "Internet Explorer Proxy Settings" to "System Proxy Settings" Date: Tue, 16 May 2017 11:49:00 -0000 Message-Id: <20170516114900.168120-4-jon.turney@dronecode.org.uk> In-Reply-To: <20170516114900.168120-1-jon.turney@dronecode.org.uk> References: <20170516114900.168120-1-jon.turney@dronecode.org.uk> X-SW-Source: 2017-05/txt/msg00106.txt.bz2 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