[vlc-commits] macosx: use https URLs in about dialog

David Fuhrmann git at videolan.org
Sun May 13 22:38:46 CEST 2018


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun May 13 22:38:16 2018 +0200| [099a09dc2e2a340a6709e22eff3bce807181cf31] | committer: David Fuhrmann

macosx: use https URLs in about dialog

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=099a09dc2e2a340a6709e22eff3bce807181cf31
---

 modules/gui/macosx/VLCAboutWindowController.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/VLCAboutWindowController.m b/modules/gui/macosx/VLCAboutWindowController.m
index a3c2f08664..183d6145d0 100644
--- a/modules/gui/macosx/VLCAboutWindowController.m
+++ b/modules/gui/macosx/VLCAboutWindowController.m
@@ -133,12 +133,12 @@
     /* setup join us! */
     NSString *joinus = toNSStr(_(""
                                  "<p>VLC media player is a free and open source media player, encoder, and "
-                                 "streamer made by the volunteers of the <a href=\"http://www.videolan.org/"
+                                 "streamer made by the volunteers of the <a href=\"https://www.videolan.org/"
                                  "\"><span style=\" text-decoration: underline; color:#0057ae;\">VideoLAN</"
                                  "span></a> community.</p><p>VLC uses its internal codecs, works on "
                                  "essentially every popular platform, and can read almost all files, CDs, "
                                  "DVDs, network streams, capture cards and other media formats!</p><p><a href="
-                                 "\"http://www.videolan.org/contribute/\"><span style=\" text-decoration: "
+                                 "\"https://www.videolan.org/contribute/\"><span style=\" text-decoration: "
                                  "underline; color:#0057ae;\">Help and join us!</span></a>"));
 
     NSString *fontfamily = (OSX_YOSEMITE_AND_HIGHER) ? @"Helvetica Neue" : @"Lucida Grande";



More information about the vlc-commits mailing list