[PATCH] appwiz.cpl: move WineHQ URLs to https (try 2)

Austin English austinenglish at gmail.com
Mon Dec 4 11:21:20 CST 2017


Try 2: Don't update winegecko/winemono download URLs, only the wiki
links

Signed-off-by: Austin English <austinenglish at gmail.com>
---
 dlls/appwiz.cpl/appwiz.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/appwiz.cpl/appwiz.rc b/dlls/appwiz.cpl/appwiz.rc
index 5c8b31b525..589f27548f 100644
--- a/dlls/appwiz.cpl/appwiz.rc
+++ b/dlls/appwiz.cpl/appwiz.rc
@@ -102,7 +102,7 @@ FONT 8, "MS Shell Dlg"
     CONTROL "Wine could not find a Gecko package which is needed for applications embedding HTML " \
           "to work correctly. Wine can automatically download and install it for you.\n\n" \
           "Note: it is recommended to use your distribution's packages instead. " \
-          "See <a href=\"http://wiki.winehq.org/Gecko\">http://wiki.winehq.org/Gecko</a> for details.",
+          "See <a href=\"https://wiki.winehq.org/Gecko\">https://wiki.winehq.org/Gecko</a> for details.",
           ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65
     CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 40, 240, 12
     DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP
@@ -117,7 +117,7 @@ FONT 8, "MS Shell Dlg"
     CONTROL "Wine could not find a wine-mono package which is needed for .NET applications " \
           "to work correctly. Wine can automatically download and install it for you.\n\n" \
           "Note: it is recommended to use your distribution's packages instead. " \
-          "See <a href=\"http://wiki.winehq.org/Mono\">http://wiki.winehq.org/Mono</a> for details.",
+          "See <a href=\"https://wiki.winehq.org/Mono\">https://wiki.winehq.org/Mono</a> for details.",
           ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65
     CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 40, 240, 12
     DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP
-- 
2.13.6




More information about the wine-devel mailing list